Struct gobject_sys::GValue [−][src]
#[repr(C)]pub struct GValue { pub g_type: GType, pub data: [GValue_data; 2], }
Fields
g_type: GTypedata: [GValue_data; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GValueimpl UnwindSafe for GValueBlanket Implementations
Mutably borrows from an owned value. Read more