Struct panda_sys::ObjectTypeInfoList [−][src]
#[repr(C)]pub struct ObjectTypeInfoList { pub next: *mut ObjectTypeInfoList, pub value: *mut ObjectTypeInfo, }
Fields
next: *mut ObjectTypeInfoListvalue: *mut ObjectTypeInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectTypeInfoListimpl !Send for ObjectTypeInfoListimpl !Sync for ObjectTypeInfoListimpl Unpin for ObjectTypeInfoListimpl UnwindSafe for ObjectTypeInfoListBlanket Implementations
Mutably borrows from an owned value. Read more