Struct panda_sys::BlkdebugInjectErrorOptionsList [−][src]
#[repr(C)]pub struct BlkdebugInjectErrorOptionsList { pub next: *mut BlkdebugInjectErrorOptionsList, pub value: *mut BlkdebugInjectErrorOptions, }
Fields
next: *mut BlkdebugInjectErrorOptionsListvalue: *mut BlkdebugInjectErrorOptionsTrait Implementations
Auto Trait Implementations
impl !Send for BlkdebugInjectErrorOptionsListimpl !Sync for BlkdebugInjectErrorOptionsListimpl Unpin for BlkdebugInjectErrorOptionsListimpl UnwindSafe for BlkdebugInjectErrorOptionsListBlanket Implementations
Mutably borrows from an owned value. Read more