Struct panda_sys::BlkdebugSetStateOptions [−][src]
#[repr(C)]pub struct BlkdebugSetStateOptions { pub event: BlkdebugEvent, pub has_state: bool, pub state: i64, pub new_state: i64, }
Fields
event: BlkdebugEventhas_state: boolstate: i64new_state: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlkdebugSetStateOptionsimpl Send for BlkdebugSetStateOptionsimpl Sync for BlkdebugSetStateOptionsimpl Unpin for BlkdebugSetStateOptionsimpl UnwindSafe for BlkdebugSetStateOptionsBlanket Implementations
Mutably borrows from an owned value. Read more