pub enum IoctlCommand {
CtrlSync(()),
GetSectorCount(u32),
GetSectorSize(u16),
GetBlockSize(u32),
}Variants§
Auto Trait Implementations§
impl Freeze for IoctlCommand
impl RefUnwindSafe for IoctlCommand
impl Send for IoctlCommand
impl Sync for IoctlCommand
impl Unpin for IoctlCommand
impl UnwindSafe for IoctlCommand
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