Struct gobject_sys::GValueArray [−][src]
#[repr(C)]pub struct GValueArray { pub n_values: c_uint, pub values: *mut GValue, pub n_prealloced: c_uint, }
Fields
n_values: c_uint
values: *mut GValue
n_prealloced: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GValueArray
impl !Send for GValueArray
impl !Sync for GValueArray
impl Unpin for GValueArray
impl UnwindSafe for GValueArray
Blanket Implementations
Mutably borrows from an owned value. Read more