#[repr(u8)]pub enum AdminCommand {
Show 30 variants
DeleteSubmissionQueue = 0,
CreateSubmissionQueue = 1,
GetLogPage = 2,
DeleteCompletionQueue = 4,
CreateCompletionQueue = 5,
Identify = 6,
Abort = 8,
SetFeatures = 9,
GetFeatures = 10,
AsyncEventRequest = 12,
NamespaceManagement = 13,
FirmwareCommit = 16,
FirmwareImageDownload = 17,
DeviceSelfTest = 20,
NamespaceAttachment = 21,
KeepAlive = 24,
DirectiveSend = 25,
DirectiveReceive = 26,
VirtualizationManagement = 28,
NVMeMISend = 29,
NVMeMIReceive = 30,
CapacityManagement = 32,
Lockdown = 36,
DoorbellBufferConfig = 124,
FabricsCommands = 127,
FormatNVM = 128,
SecuritySend = 129,
SecurityReceive = 130,
Sanitize = 132,
GetLBAStatus = 134,
}
Variants§
DeleteSubmissionQueue = 0
CreateSubmissionQueue = 1
GetLogPage = 2
DeleteCompletionQueue = 4
CreateCompletionQueue = 5
Identify = 6
Abort = 8
SetFeatures = 9
GetFeatures = 10
AsyncEventRequest = 12
NamespaceManagement = 13
FirmwareCommit = 16
FirmwareImageDownload = 17
DeviceSelfTest = 20
NamespaceAttachment = 21
KeepAlive = 24
DirectiveSend = 25
DirectiveReceive = 26
VirtualizationManagement = 28
NVMeMISend = 29
NVMeMIReceive = 30
CapacityManagement = 32
Lockdown = 36
DoorbellBufferConfig = 124
FabricsCommands = 127
FormatNVM = 128
SecuritySend = 129
SecurityReceive = 130
Sanitize = 132
GetLBAStatus = 134
Trait Implementations§
source§impl From<AdminCommand> for u8
impl From<AdminCommand> for u8
source§fn from(a: AdminCommand) -> Self
fn from(a: AdminCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AdminCommand
impl RefUnwindSafe for AdminCommand
impl Send for AdminCommand
impl Sync for AdminCommand
impl Unpin for AdminCommand
impl UnwindSafe for AdminCommand
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