[−][src]Struct gobject_sys::GInitiallyUnownedClass
Fields
g_type_class: GTypeClass
construct_properties: *mut GSList
constructor: 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_t
pdummy: [gpointer; 6]
Trait Implementations
impl Clone for GInitiallyUnownedClass
[src]
fn clone(&self) -> GInitiallyUnownedClass
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for GInitiallyUnownedClass
[src]
impl Debug for GInitiallyUnownedClass
[src]
Auto Trait Implementations
impl !Send for GInitiallyUnownedClass
impl Unpin for GInitiallyUnownedClass
impl !Sync for GInitiallyUnownedClass
impl UnwindSafe for GInitiallyUnownedClass
impl RefUnwindSafe for GInitiallyUnownedClass
Blanket Implementations
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> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,