Struct panda_sys::BlkdebugInjectErrorOptions [−][src]
#[repr(C)]pub struct BlkdebugInjectErrorOptions { pub event: BlkdebugEvent, pub has_state: bool, pub state: i64, pub has_q_errno: bool, pub q_errno: i64, pub has_sector: bool, pub sector: i64, pub has_once: bool, pub once: bool, pub has_immediately: bool, pub immediately: bool, }
Fields
event: BlkdebugEventhas_state: boolstate: i64has_q_errno: boolq_errno: i64has_sector: boolsector: i64has_once: boolonce: boolhas_immediately: boolimmediately: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlkdebugInjectErrorOptionsimpl Send for BlkdebugInjectErrorOptionsimpl Sync for BlkdebugInjectErrorOptionsimpl Unpin for BlkdebugInjectErrorOptionsimpl UnwindSafe for BlkdebugInjectErrorOptionsBlanket Implementations
Mutably borrows from an owned value. Read more