Struct panda_sys::KeyValueList [−][src]
#[repr(C)]pub struct KeyValueList { pub next: *mut KeyValueList, pub value: *mut KeyValue, }
Fields
next: *mut KeyValueListvalue: *mut KeyValueTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyValueListimpl !Send for KeyValueListimpl !Sync for KeyValueListimpl Unpin for KeyValueListimpl UnwindSafe for KeyValueListBlanket Implementations
Mutably borrows from an owned value. Read more