Struct gobject_sys::GParamSpec [−][src]
#[repr(C)]pub struct GParamSpec { pub g_type_instance: GTypeInstance, pub name: *const c_char, pub flags: GParamFlags, pub value_type: GType, pub owner_type: GType, pub _nick: *mut c_char, pub _blurb: *mut c_char, pub qdata: *mut GData, pub ref_count: c_uint, pub param_id: c_uint, }
Fields
g_type_instance: GTypeInstance
name: *const c_char
flags: GParamFlags
value_type: GType
owner_type: GType
_nick: *mut c_char
_blurb: *mut c_char
qdata: *mut GData
ref_count: c_uint
param_id: c_uint
Trait Implementations
impl Copy for GParamSpec
[src]
impl Copy for GParamSpec
impl Clone for GParamSpec
[src]
impl Clone for GParamSpec
fn clone(&self) -> GParamSpec
[src]
fn clone(&self) -> GParamSpec
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 GParamSpec
[src]
impl Debug for GParamSpec
Auto Trait Implementations
impl !Send for GParamSpec
impl !Send for GParamSpec
impl !Sync for GParamSpec
impl !Sync for GParamSpec