#[repr(u8)]pub enum NvmCommand {
Write = 1,
Read = 2,
DatasetMgmt = 9,
}
Variants§
Trait Implementations§
source§impl From<NvmCommand> for u8
impl From<NvmCommand> for u8
source§fn from(a: NvmCommand) -> Self
fn from(a: NvmCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NvmCommand
impl RefUnwindSafe for NvmCommand
impl Send for NvmCommand
impl Sync for NvmCommand
impl Unpin for NvmCommand
impl UnwindSafe for NvmCommand
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