Struct panda_sys::BlockdevOptionsNull [−][src]
#[repr(C)]pub struct BlockdevOptionsNull { pub has_size: bool, pub size: i64, pub has_latency_ns: bool, pub latency_ns: u64, }
Fields
has_size: boolsize: i64has_latency_ns: boollatency_ns: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsNullimpl Send for BlockdevOptionsNullimpl Sync for BlockdevOptionsNullimpl Unpin for BlockdevOptionsNullimpl UnwindSafe for BlockdevOptionsNullBlanket Implementations
Mutably borrows from an owned value. Read more