Struct gobject_sys::GParamSpecGType [−][src]
#[repr(C)]pub struct GParamSpecGType { pub parent_instance: GParamSpec, pub is_a_type: GType, }
Fields
parent_instance: GParamSpec
is_a_type: GType
Trait Implementations
impl Copy for GParamSpecGType[src]
impl Copy for GParamSpecGTypeimpl Clone for GParamSpecGType[src]
impl Clone for GParamSpecGTypefn clone(&self) -> GParamSpecGType[src]
fn clone(&self) -> GParamSpecGTypeReturns 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 GParamSpecGType[src]
impl Debug for GParamSpecGTypeAuto Trait Implementations
impl !Send for GParamSpecGType
impl !Send for GParamSpecGTypeimpl !Sync for GParamSpecGType
impl !Sync for GParamSpecGType