Struct gobject_sys::GTypeInfo

source ·
#[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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.