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: GParamSpecelement_spec: *mut GParamSpecfixed_n_elements: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GParamSpecValueArrayimpl !Send for GParamSpecValueArrayimpl !Sync for GParamSpecValueArrayimpl Unpin for GParamSpecValueArrayimpl UnwindSafe for GParamSpecValueArrayBlanket Implementations
Mutably borrows from an owned value. Read more