#[repr(u32)]pub enum _bindgen_ty_30 {
Show 23 variants
NVME_QUEUE_PHYS_CONTIG = 1,
NVME_CQ_IRQ_ENABLED = 2,
NVME_SQ_PRIO_URGENT = 0,
NVME_SQ_PRIO_MEDIUM = 4,
NVME_SQ_PRIO_LOW = 6,
NVME_LOG_FW_SLOT = 3,
NVME_LOG_CMD_EFFECTS = 5,
NVME_LOG_TELEMETRY_HOST = 7,
NVME_LOG_TELEMETRY_CTRL = 8,
NVME_LOG_ENDURANCE_GROUP = 9,
NVME_LOG_PRELAT_PER_NVMSET = 10,
NVME_LOG_ANA = 12,
NVME_LOG_PRELAT_EVENT_AGG = 11,
NVME_LOG_PERSISTENT_EVENT = 13,
NVME_LOG_LBA_STATUS = 14,
NVME_LOG_ENDURANCE_GROUP_EVENT_AGG = 15,
NVME_LOG_BOOT_PARTITION = 21,
NVME_LOG_FID_SUPPORT_EFFECTS = 18,
NVME_LOG_DISC = 112,
NVME_LOG_RESERVATION = 128,
NVME_LOG_SANITIZE = 129,
NVME_LOG_ZONE_CHANGED_LIST = 191,
NVME_FWACT_ACTV = 16,
}Variants§
NVME_QUEUE_PHYS_CONTIG = 1
NVME_CQ_IRQ_ENABLED = 2
NVME_SQ_PRIO_URGENT = 0
NVME_SQ_PRIO_MEDIUM = 4
NVME_SQ_PRIO_LOW = 6
NVME_LOG_FW_SLOT = 3
NVME_LOG_CMD_EFFECTS = 5
NVME_LOG_TELEMETRY_HOST = 7
NVME_LOG_TELEMETRY_CTRL = 8
NVME_LOG_ENDURANCE_GROUP = 9
NVME_LOG_PRELAT_PER_NVMSET = 10
NVME_LOG_ANA = 12
NVME_LOG_PRELAT_EVENT_AGG = 11
NVME_LOG_PERSISTENT_EVENT = 13
NVME_LOG_LBA_STATUS = 14
NVME_LOG_ENDURANCE_GROUP_EVENT_AGG = 15
NVME_LOG_BOOT_PARTITION = 21
NVME_LOG_FID_SUPPORT_EFFECTS = 18
NVME_LOG_DISC = 112
NVME_LOG_RESERVATION = 128
NVME_LOG_SANITIZE = 129
NVME_LOG_ZONE_CHANGED_LIST = 191
NVME_FWACT_ACTV = 16
Trait Implementations§
Source§impl Clone for _bindgen_ty_30
impl Clone for _bindgen_ty_30
Source§fn clone(&self) -> _bindgen_ty_30
fn clone(&self) -> _bindgen_ty_30
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_30
Source§impl Debug for _bindgen_ty_30
impl Debug for _bindgen_ty_30
impl Eq for _bindgen_ty_30
Source§impl Hash for _bindgen_ty_30
impl Hash for _bindgen_ty_30
Source§impl PartialEq for _bindgen_ty_30
impl PartialEq for _bindgen_ty_30
impl StructuralPartialEq for _bindgen_ty_30
Auto Trait Implementations§
impl Freeze for _bindgen_ty_30
impl RefUnwindSafe for _bindgen_ty_30
impl Send for _bindgen_ty_30
impl Sync for _bindgen_ty_30
impl Unpin for _bindgen_ty_30
impl UnsafeUnpin for _bindgen_ty_30
impl UnwindSafe for _bindgen_ty_30
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