[][src]Struct gobject_sys::GTypeInfo

#[repr(C)]
pub struct GTypeInfo { pub class_size: u16, pub base_init: GBaseInitFunc, pub base_finalize: GBaseFinalizeFunc, pub class_init: GClassInitFunc, pub class_finalize: GClassFinalizeFunc, pub class_data: gconstpointer, pub instance_size: u16, pub n_preallocs: u16, pub instance_init: GInstanceInitFunc, pub value_table: *const GTypeValueTable, }

Fields

class_size: u16base_init: GBaseInitFuncbase_finalize: GBaseFinalizeFuncclass_init: GClassInitFuncclass_finalize: GClassFinalizeFuncclass_data: gconstpointerinstance_size: u16n_preallocs: u16instance_init: GInstanceInitFuncvalue_table: *const GTypeValueTable

Trait Implementations

impl Copy for GTypeInfo[src]

impl Clone for GTypeInfo[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for GTypeInfo[src]

Auto Trait Implementations

impl !Send for GTypeInfo

impl !Sync for GTypeInfo

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]