Struct gobject_sys::GValue[][src]

#[repr(C)]
pub struct GValue { pub g_type: GType, pub data: [GValue_data; 2], }

Fields

Trait Implementations

impl Copy for GValue
[src]

impl Clone for GValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GValue

impl !Sync for GValue