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
impl Copy for GParamSpecValueArray[src]
impl Copy for GParamSpecValueArrayimpl Clone for GParamSpecValueArray[src]
impl Clone for GParamSpecValueArrayfn clone(&self) -> GParamSpecValueArray[src]
fn clone(&self) -> GParamSpecValueArrayReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GParamSpecValueArray[src]
impl Debug for GParamSpecValueArrayAuto Trait Implementations
impl !Send for GParamSpecValueArray
impl !Send for GParamSpecValueArrayimpl !Sync for GParamSpecValueArray
impl !Sync for GParamSpecValueArray