Struct gobject_sys::GParamSpecObject [−][src]
#[repr(C)]pub struct GParamSpecObject { pub parent_instance: GParamSpec, }
Fields
parent_instance: GParamSpec
Trait Implementations
impl Copy for GParamSpecObject[src]
impl Copy for GParamSpecObjectimpl Clone for GParamSpecObject[src]
impl Clone for GParamSpecObjectfn clone(&self) -> GParamSpecObject[src]
fn clone(&self) -> GParamSpecObjectReturns 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 GParamSpecObject[src]
impl Debug for GParamSpecObjectAuto Trait Implementations
impl !Send for GParamSpecObject
impl !Send for GParamSpecObjectimpl !Sync for GParamSpecObject
impl !Sync for GParamSpecObject