#[repr(C)]pub struct _GParamSpec {
pub g_type_instance: GTypeInstance,
pub name: *const gchar,
pub flags: GParamFlags,
pub value_type: GType,
pub owner_type: GType,
pub _nick: *mut gchar,
pub _blurb: *mut gchar,
pub qdata: *mut GData,
pub ref_count: guint,
pub param_id: guint,
}
Fields§
§g_type_instance: GTypeInstance
§name: *const gchar
§flags: GParamFlags
§value_type: GType
§owner_type: GType
§_nick: *mut gchar
§_blurb: *mut gchar
§qdata: *mut GData
§ref_count: guint
§param_id: guint
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 Freeze for _GParamSpec
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