Struct panda_sys::BlockdevCacheOptions [−][src]
#[repr(C)]pub struct BlockdevCacheOptions { pub has_direct: bool, pub direct: bool, pub has_no_flush: bool, pub no_flush: bool, }
Fields
has_direct: booldirect: boolhas_no_flush: boolno_flush: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevCacheOptionsimpl Send for BlockdevCacheOptionsimpl Sync for BlockdevCacheOptionsimpl Unpin for BlockdevCacheOptionsimpl UnwindSafe for BlockdevCacheOptionsBlanket Implementations
Mutably borrows from an owned value. Read more