Struct panda_sys::InterfaceClass [−][src]
#[repr(C)]pub struct InterfaceClass { pub parent_class: ObjectClass, pub concrete_class: *mut ObjectClass, pub interface_type: Type, }
Expand description
InterfaceClass: @parent_class: the base class
The class for all interfaces. Subclasses of this class should only add virtual methods.
Fields
parent_class: ObjectClassconcrete_class: *mut ObjectClassinterface_type: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InterfaceClassimpl !Send for InterfaceClassimpl !Sync for InterfaceClassimpl Unpin for InterfaceClassimpl UnwindSafe for InterfaceClassBlanket Implementations
Mutably borrows from an owned value. Read more