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

Trait Implementations

impl Copy for GParamSpec
[src]

impl Clone for GParamSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GParamSpec
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GParamSpec

impl !Sync for GParamSpec