#[repr(u32)]pub enum _bindgen_ty_9 {
Show 25 variants
NVME_REG_CAP = 0,
NVME_REG_VS = 8,
NVME_REG_INTMS = 12,
NVME_REG_INTMC = 16,
NVME_REG_CC = 20,
NVME_REG_CSTS = 28,
NVME_REG_NSSR = 32,
NVME_REG_AQA = 36,
NVME_REG_ASQ = 40,
NVME_REG_ACQ = 48,
NVME_REG_CMBLOC = 56,
NVME_REG_CMBSZ = 60,
NVME_REG_BPINFO = 64,
NVME_REG_BPRSEL = 68,
NVME_REG_BPMBL = 72,
NVME_REG_CMBMSC = 80,
NVME_REG_CMBSTS = 88,
NVME_REG_PMRCAP = 3_584,
NVME_REG_PMRCTL = 3_588,
NVME_REG_PMRSTS = 3_592,
NVME_REG_PMREBS = 3_596,
NVME_REG_PMRSWTP = 3_600,
NVME_REG_PMRMSCL = 3_604,
NVME_REG_PMRMSCU = 3_608,
NVME_REG_DBS = 4_096,
}Variants§
NVME_REG_CAP = 0
NVME_REG_VS = 8
NVME_REG_INTMS = 12
NVME_REG_INTMC = 16
NVME_REG_CC = 20
NVME_REG_CSTS = 28
NVME_REG_NSSR = 32
NVME_REG_AQA = 36
NVME_REG_ASQ = 40
NVME_REG_ACQ = 48
NVME_REG_CMBLOC = 56
NVME_REG_CMBSZ = 60
NVME_REG_BPINFO = 64
NVME_REG_BPRSEL = 68
NVME_REG_BPMBL = 72
NVME_REG_CMBMSC = 80
NVME_REG_CMBSTS = 88
NVME_REG_PMRCAP = 3_584
NVME_REG_PMRCTL = 3_588
NVME_REG_PMRSTS = 3_592
NVME_REG_PMREBS = 3_596
NVME_REG_PMRSWTP = 3_600
NVME_REG_PMRMSCL = 3_604
NVME_REG_PMRMSCU = 3_608
NVME_REG_DBS = 4_096
Trait Implementations§
Source§impl Clone for _bindgen_ty_9
impl Clone for _bindgen_ty_9
Source§fn clone(&self) -> _bindgen_ty_9
fn clone(&self) -> _bindgen_ty_9
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_9
Source§impl Debug for _bindgen_ty_9
impl Debug for _bindgen_ty_9
impl Eq for _bindgen_ty_9
Source§impl Hash for _bindgen_ty_9
impl Hash for _bindgen_ty_9
Source§impl PartialEq for _bindgen_ty_9
impl PartialEq for _bindgen_ty_9
impl StructuralPartialEq for _bindgen_ty_9
Auto Trait Implementations§
impl Freeze for _bindgen_ty_9
impl RefUnwindSafe for _bindgen_ty_9
impl Send for _bindgen_ty_9
impl Sync for _bindgen_ty_9
impl Unpin for _bindgen_ty_9
impl UnsafeUnpin for _bindgen_ty_9
impl UnwindSafe for _bindgen_ty_9
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