Struct panda_sys::ObjectClass [−][src]
#[repr(C)]pub struct ObjectClass { pub type_: Type, pub interfaces: *mut GSList, pub object_cast_cache: [*const c_char; 4], pub class_cast_cache: [*const c_char; 4], pub unparent: ObjectUnparent, pub properties: *mut GHashTable, }
Expand description
ObjectClass:
The base for all classes. The only thing that #ObjectClass contains is an integer type handle.
Fields
type_: Typeinterfaces: *mut GSListobject_cast_cache: [*const c_char; 4]class_cast_cache: [*const c_char; 4]unparent: ObjectUnparentproperties: *mut GHashTableTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectClassimpl !Send for ObjectClassimpl !Sync for ObjectClassimpl Unpin for ObjectClassimpl UnwindSafe for ObjectClassBlanket Implementations
Mutably borrows from an owned value. Read more