Struct gobject_sys::GParamSpec
source · #[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_uintTrait Implementations§
source§impl Clone for GParamSpec
impl Clone for GParamSpec
source§fn clone(&self) -> GParamSpec
fn clone(&self) -> GParamSpec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more