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_uint
Trait 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 moresource§impl Debug for GParamSpec
impl Debug for GParamSpec
impl Copy for GParamSpec
Auto Trait Implementations§
impl RefUnwindSafe for GParamSpec
impl !Send for GParamSpec
impl !Sync for GParamSpec
impl Unpin for GParamSpec
impl UnwindSafe for GParamSpec
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more