Struct panda_sys::BlkdebugSetStateOptionsList [−][src]
#[repr(C)]pub struct BlkdebugSetStateOptionsList { pub next: *mut BlkdebugSetStateOptionsList, pub value: *mut BlkdebugSetStateOptions, }
Fields
next: *mut BlkdebugSetStateOptionsListvalue: *mut BlkdebugSetStateOptionsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlkdebugSetStateOptionsListimpl !Send for BlkdebugSetStateOptionsListimpl !Sync for BlkdebugSetStateOptionsListimpl Unpin for BlkdebugSetStateOptionsListimpl UnwindSafe for BlkdebugSetStateOptionsListBlanket Implementations
Mutably borrows from an owned value. Read more