[−][src]Struct gobject_sys::GObjectClass
Fields
g_type_class: GTypeClassconstruct_properties: *mut GSListconstructor: Option<unsafe extern "C" fn(_: GType, _: c_uint, _: *mut GObjectConstructParam) -> *mut GObject>set_property: Option<unsafe extern "C" fn(_: *mut GObject, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>get_property: Option<unsafe extern "C" fn(_: *mut GObject, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>dispose: Option<unsafe extern "C" fn(_: *mut GObject)>finalize: Option<unsafe extern "C" fn(_: *mut GObject)>dispatch_properties_changed: Option<unsafe extern "C" fn(_: *mut GObject, _: c_uint, _: *mut *mut GParamSpec)>notify: Option<unsafe extern "C" fn(_: *mut GObject, _: *mut GParamSpec)>constructed: Option<unsafe extern "C" fn(_: *mut GObject)>flags: size_tpdummy: [gpointer; 6]Trait Implementations
impl Clone for GObjectClass[src]
fn clone(&self) -> GObjectClass[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for GObjectClass[src]
impl Debug for GObjectClass[src]
Auto Trait Implementations
impl RefUnwindSafe for GObjectClass
impl !Send for GObjectClass
impl !Sync for GObjectClass
impl Unpin for GObjectClass
impl UnwindSafe for GObjectClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,