pub enum DriveCacheType {
None,
Writeback,
Writethrough,
Unsafe,
Directsync,
}
Variants§
Trait Implementations§
Source§impl Default for DriveCacheType
impl Default for DriveCacheType
Source§fn default() -> DriveCacheType
fn default() -> DriveCacheType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DriveCacheType
impl RefUnwindSafe for DriveCacheType
impl Send for DriveCacheType
impl Sync for DriveCacheType
impl Unpin for DriveCacheType
impl UnwindSafe for DriveCacheType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more