#[repr(u32)]pub enum _bindgen_ty_17 {
Show 14 variants
NVME_ST_CODE_SHIFT = 4,
NVME_ST_CODE_SHORT_OP = 1,
NVME_ST_CODE_EXT_OP = 2,
NVME_ST_CODE_VS = 14,
NVME_ST_RES_MASK = 15,
NVME_ST_RES_NO_ERR = 0,
NVME_ST_RES_NS_REMOVED = 3,
NVME_ST_RES_FATAL_ERR = 5,
NVME_ST_RES_UNKNOWN_SEG_FAIL = 6,
NVME_ST_RES_KNOWN_SEG_FAIL = 7,
NVME_ST_RES_ABORTED_UNKNOWN = 8,
NVME_ST_RES_ABORTED_SANITIZE = 9,
NVME_ST_REPORTS = 20,
NVME_ST_LOG_ENTRY_SIZE = 28,
}Variants§
NVME_ST_CODE_SHIFT = 4
NVME_ST_CODE_SHORT_OP = 1
NVME_ST_CODE_EXT_OP = 2
NVME_ST_CODE_VS = 14
NVME_ST_RES_MASK = 15
NVME_ST_RES_NO_ERR = 0
NVME_ST_RES_NS_REMOVED = 3
NVME_ST_RES_FATAL_ERR = 5
NVME_ST_RES_UNKNOWN_SEG_FAIL = 6
NVME_ST_RES_KNOWN_SEG_FAIL = 7
NVME_ST_RES_ABORTED_UNKNOWN = 8
NVME_ST_RES_ABORTED_SANITIZE = 9
NVME_ST_REPORTS = 20
NVME_ST_LOG_ENTRY_SIZE = 28
Trait Implementations§
Source§impl Clone for _bindgen_ty_17
impl Clone for _bindgen_ty_17
Source§fn clone(&self) -> _bindgen_ty_17
fn clone(&self) -> _bindgen_ty_17
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _bindgen_ty_17
Source§impl Debug for _bindgen_ty_17
impl Debug for _bindgen_ty_17
impl Eq for _bindgen_ty_17
Source§impl Hash for _bindgen_ty_17
impl Hash for _bindgen_ty_17
Source§impl PartialEq for _bindgen_ty_17
impl PartialEq for _bindgen_ty_17
impl StructuralPartialEq for _bindgen_ty_17
Auto Trait Implementations§
impl Freeze for _bindgen_ty_17
impl RefUnwindSafe for _bindgen_ty_17
impl Send for _bindgen_ty_17
impl Sync for _bindgen_ty_17
impl Unpin for _bindgen_ty_17
impl UnsafeUnpin for _bindgen_ty_17
impl UnwindSafe for _bindgen_ty_17
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