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