Struct panda_sys::ObjectPropertyIterator [−][src]
#[repr(C)]pub struct ObjectPropertyIterator { pub nextclass: *mut ObjectClass, pub iter: GHashTableIter, }
Fields
nextclass: *mut ObjectClassiter: GHashTableIterTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ObjectPropertyIteratorimpl !Send for ObjectPropertyIteratorimpl !Sync for ObjectPropertyIteratorimpl Unpin for ObjectPropertyIteratorimpl UnwindSafe for ObjectPropertyIteratorBlanket Implementations
Mutably borrows from an owned value. Read more