#[repr(u32)]pub enum _bindgen_ty_13 {
Show 22 variants
NVME_ID_CNS_NS = 0,
NVME_ID_CNS_CTRL = 1,
NVME_ID_CNS_NS_ACTIVE_LIST = 2,
NVME_ID_CNS_NS_DESC_LIST = 3,
NVME_ID_CNS_NVMSET_LIST = 4,
NVME_ID_CNS_CSI_ID_NS = 5,
NVME_ID_CNS_CSI_ID_CTRL = 6,
NVME_ID_CNS_CSI_NS_ACTIVE_LIST = 7,
NVME_ID_CNS_CS_INDEPENDENT_ID_NS = 8,
NVME_ID_CNS_NS_PRESENT_LIST = 16,
NVME_ID_CNS_NS_PRESENT = 17,
NVME_ID_CNS_CTRL_NS_LIST = 18,
NVME_ID_CNS_CTRL_LIST = 19,
NVME_ID_CNS_PRIMARY_CTRL_CAPS = 20,
NVME_ID_CNS_SCNDRY_CTRL_LIST = 21,
NVME_ID_CNS_NS_GRANULARITY = 22,
NVME_ID_CNS_UUID_LIST = 23,
NVME_ID_CNS_DOMAIN_LIST = 24,
NVME_ID_CNS_ENDURANCE_GROUP_ID = 25,
NVME_ID_CNS_CSI_NS_PRESENT_LIST = 26,
NVME_ID_CNS_CSI_NS_PRESENT = 27,
NVME_ID_CNS_CSI = 28,
}Variants§
NVME_ID_CNS_NS = 0
NVME_ID_CNS_CTRL = 1
NVME_ID_CNS_NS_ACTIVE_LIST = 2
NVME_ID_CNS_NS_DESC_LIST = 3
NVME_ID_CNS_NVMSET_LIST = 4
NVME_ID_CNS_CSI_ID_NS = 5
NVME_ID_CNS_CSI_ID_CTRL = 6
NVME_ID_CNS_CSI_NS_ACTIVE_LIST = 7
NVME_ID_CNS_CS_INDEPENDENT_ID_NS = 8
NVME_ID_CNS_NS_PRESENT_LIST = 16
NVME_ID_CNS_NS_PRESENT = 17
NVME_ID_CNS_CTRL_NS_LIST = 18
NVME_ID_CNS_CTRL_LIST = 19
NVME_ID_CNS_PRIMARY_CTRL_CAPS = 20
NVME_ID_CNS_SCNDRY_CTRL_LIST = 21
NVME_ID_CNS_NS_GRANULARITY = 22
NVME_ID_CNS_UUID_LIST = 23
NVME_ID_CNS_DOMAIN_LIST = 24
NVME_ID_CNS_ENDURANCE_GROUP_ID = 25
NVME_ID_CNS_CSI_NS_PRESENT_LIST = 26
NVME_ID_CNS_CSI_NS_PRESENT = 27
NVME_ID_CNS_CSI = 28
Trait Implementations§
Source§impl Clone for _bindgen_ty_13
impl Clone for _bindgen_ty_13
Source§fn clone(&self) -> _bindgen_ty_13
fn clone(&self) -> _bindgen_ty_13
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_13
Source§impl Debug for _bindgen_ty_13
impl Debug for _bindgen_ty_13
impl Eq for _bindgen_ty_13
Source§impl Hash for _bindgen_ty_13
impl Hash for _bindgen_ty_13
Source§impl PartialEq for _bindgen_ty_13
impl PartialEq for _bindgen_ty_13
impl StructuralPartialEq for _bindgen_ty_13
Auto Trait Implementations§
impl Freeze for _bindgen_ty_13
impl RefUnwindSafe for _bindgen_ty_13
impl Send for _bindgen_ty_13
impl Sync for _bindgen_ty_13
impl Unpin for _bindgen_ty_13
impl UnsafeUnpin for _bindgen_ty_13
impl UnwindSafe for _bindgen_ty_13
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