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 GParamSpecValueArray
impl Clone for GParamSpecValueArray
[src]
impl Clone for GParamSpecValueArray
fn clone(&self) -> GParamSpecValueArray
[src]
fn clone(&self) -> GParamSpecValueArray
Returns 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 GParamSpecValueArray
Auto Trait Implementations
impl !Send for GParamSpecValueArray
impl !Send for GParamSpecValueArray
impl !Sync for GParamSpecValueArray
impl !Sync for GParamSpecValueArray