Struct glib::subclass::basic::ClassStruct[][src]

#[repr(C)]
pub struct ClassStruct<T: ObjectSubclass> { /* fields omitted */ }
Expand description

A basic class struct that does not store any additional data or virtual methods.

Methods from Deref<Target = Class<<T as ObjectSubclass>::Type>>

Get the type id for this class.

This is not equivalent to T::static_type() but is the type of the subclass of T where this class belongs to.

Casts this class to a reference to a parent type’s class.

Casts this class to a mutable reference to a parent type’s class.

Casts this class to a reference to a child type’s class or fails if this class is not implementing the child class.

Casts this class to a mutable reference to a child type’s class or fails if this class is not implementing the child class.

Gets the parent class struct, if any.

Trait Implementations

Corresponding object subclass type for this class struct.

Override the vfuncs of all parent types. Read more

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

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

Performs the conversion.

Performs the conversion.

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.