#[repr(transparent)]pub struct AdminOpcode(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl AdminOpcode
impl AdminOpcode
pub const DELETE_IO_SUBMISSION_QUEUE: AdminOpcode
pub const CREATE_IO_SUBMISSION_QUEUE: AdminOpcode
pub const GET_LOG_PAGE: AdminOpcode
pub const DELETE_IO_COMPLETION_QUEUE: AdminOpcode
pub const CREATE_IO_COMPLETION_QUEUE: AdminOpcode
pub const IDENTIFY: AdminOpcode
pub const ABORT: AdminOpcode
pub const SET_FEATURES: AdminOpcode
pub const GET_FEATURES: AdminOpcode
pub const ASYNCHRONOUS_EVENT_REQUEST: AdminOpcode
pub const NAMESPACE_MANAGEMENT: AdminOpcode
pub const FIRMWARE_COMMIT: AdminOpcode
pub const FIRMWARE_IMAGE_DOWNLOAD: AdminOpcode
pub const DEVICE_SELF_TEST: AdminOpcode
pub const NAMESPACE_ATTACHMENT: AdminOpcode
pub const KEEP_ALIVE: AdminOpcode
pub const DIRECTIVE_SEND: AdminOpcode
pub const DIRECTIVE_RECEIVE: AdminOpcode
pub const VIRTUALIZATION_MANAGEMENT: AdminOpcode
pub const NV_ME_MI_SEND: AdminOpcode
pub const NV_ME_MI_RECEIVE: AdminOpcode
pub const CAPACITY_MANAGEMENT: AdminOpcode
pub const LOCKDOWN: AdminOpcode
pub const DOORBELL_BUFFER_CONFIG: AdminOpcode
pub const FABRICS_COMMANDS: AdminOpcode
pub const FORMAT_NVM: AdminOpcode
pub const SECURITY_SEND: AdminOpcode
pub const SECURITY_RECEIVE: AdminOpcode
pub const SANITIZE: AdminOpcode
pub const GET_LBA_STATUS: AdminOpcode
Trait Implementations§
Source§impl Clone for AdminOpcode
impl Clone for AdminOpcode
Source§fn clone(&self) -> AdminOpcode
fn clone(&self) -> AdminOpcode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AdminOpcode
impl Debug for AdminOpcode
Source§impl Hash for AdminOpcode
impl Hash for AdminOpcode
Source§impl Ord for AdminOpcode
impl Ord for AdminOpcode
Source§fn cmp(&self, other: &AdminOpcode) -> Ordering
fn cmp(&self, other: &AdminOpcode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AdminOpcode
impl PartialEq for AdminOpcode
Source§impl PartialOrd for AdminOpcode
impl PartialOrd for AdminOpcode
impl Copy for AdminOpcode
impl Eq for AdminOpcode
impl StructuralPartialEq for AdminOpcode
Auto Trait Implementations§
impl Freeze for AdminOpcode
impl RefUnwindSafe for AdminOpcode
impl Send for AdminOpcode
impl Sync for AdminOpcode
impl Unpin for AdminOpcode
impl UnwindSafe for AdminOpcode
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