#[repr(u32)]pub enum _bindgen_ty_26 {
Show 22 variants
NVME_RW_LR = 32_768,
NVME_RW_FUA = 16_384,
NVME_RW_DEAC = 512,
NVME_RW_DSM_FREQ_UNSPEC = 0,
NVME_RW_DSM_FREQ_TYPICAL = 1,
NVME_RW_DSM_FREQ_RARE = 2,
NVME_RW_DSM_FREQ_READS = 3,
NVME_RW_DSM_FREQ_WRITES = 4,
NVME_RW_DSM_FREQ_RW = 5,
NVME_RW_DSM_FREQ_ONCE = 6,
NVME_RW_DSM_FREQ_PREFETCH = 7,
NVME_RW_DSM_FREQ_TEMP = 8,
NVME_RW_DSM_LATENCY_IDLE = 16,
NVME_RW_DSM_LATENCY_NORM = 32,
NVME_RW_DSM_LATENCY_LOW = 48,
NVME_RW_DSM_SEQ_REQ = 64,
NVME_RW_DSM_COMPRESSED = 128,
NVME_RW_PRINFO_PRCHK_REF = 1_024,
NVME_RW_PRINFO_PRCHK_APP = 2_048,
NVME_RW_PRINFO_PRCHK_GUARD = 4_096,
NVME_RW_PRINFO_PRACT = 8_192,
NVME_RW_STORAGE_TAG_CHECK = 256,
}Variants§
NVME_RW_LR = 32_768
NVME_RW_FUA = 16_384
NVME_RW_DEAC = 512
NVME_RW_DSM_FREQ_UNSPEC = 0
NVME_RW_DSM_FREQ_TYPICAL = 1
NVME_RW_DSM_FREQ_RARE = 2
NVME_RW_DSM_FREQ_READS = 3
NVME_RW_DSM_FREQ_WRITES = 4
NVME_RW_DSM_FREQ_RW = 5
NVME_RW_DSM_FREQ_ONCE = 6
NVME_RW_DSM_FREQ_PREFETCH = 7
NVME_RW_DSM_FREQ_TEMP = 8
NVME_RW_DSM_LATENCY_IDLE = 16
NVME_RW_DSM_LATENCY_NORM = 32
NVME_RW_DSM_LATENCY_LOW = 48
NVME_RW_DSM_SEQ_REQ = 64
NVME_RW_DSM_COMPRESSED = 128
NVME_RW_PRINFO_PRCHK_REF = 1_024
NVME_RW_PRINFO_PRCHK_APP = 2_048
NVME_RW_PRINFO_PRCHK_GUARD = 4_096
NVME_RW_PRINFO_PRACT = 8_192
NVME_RW_STORAGE_TAG_CHECK = 256
Trait Implementations§
Source§impl Clone for _bindgen_ty_26
impl Clone for _bindgen_ty_26
Source§fn clone(&self) -> _bindgen_ty_26
fn clone(&self) -> _bindgen_ty_26
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_26
Source§impl Debug for _bindgen_ty_26
impl Debug for _bindgen_ty_26
impl Eq for _bindgen_ty_26
Source§impl Hash for _bindgen_ty_26
impl Hash for _bindgen_ty_26
Source§impl PartialEq for _bindgen_ty_26
impl PartialEq for _bindgen_ty_26
impl StructuralPartialEq for _bindgen_ty_26
Auto Trait Implementations§
impl Freeze for _bindgen_ty_26
impl RefUnwindSafe for _bindgen_ty_26
impl Send for _bindgen_ty_26
impl Sync for _bindgen_ty_26
impl Unpin for _bindgen_ty_26
impl UnsafeUnpin for _bindgen_ty_26
impl UnwindSafe for _bindgen_ty_26
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