#[repr(u32)]pub enum _bindgen_ty_32 {
NVME_SANITIZE_NO_DEALLOC = 512,
NVME_SANITIZE_OIPBP = 256,
NVME_SANITIZE_OWPASS_SHIFT = 4,
NVME_SANITIZE_AUSE = 8,
NVME_SANITIZE_ACT_OVERWRITE = 3,
NVME_SANITIZE_ACT_BLOCK_ERASE = 2,
NVME_SANITIZE_ACT_EXIT = 1,
NVME_SANITIZE_LOG_DATA_LEN = 20,
NVME_SANITIZE_LOG_NUM_CMPLTED_PASS_MASK = 248,
NVME_SANITIZE_LOG_STATUS_MASK = 7,
NVME_SANITIZE_LOG_NEVER_SANITIZED = 0,
}Variants§
NVME_SANITIZE_NO_DEALLOC = 512
NVME_SANITIZE_OIPBP = 256
NVME_SANITIZE_OWPASS_SHIFT = 4
NVME_SANITIZE_AUSE = 8
NVME_SANITIZE_ACT_OVERWRITE = 3
NVME_SANITIZE_ACT_BLOCK_ERASE = 2
NVME_SANITIZE_ACT_EXIT = 1
NVME_SANITIZE_LOG_DATA_LEN = 20
NVME_SANITIZE_LOG_NUM_CMPLTED_PASS_MASK = 248
NVME_SANITIZE_LOG_STATUS_MASK = 7
NVME_SANITIZE_LOG_NEVER_SANITIZED = 0
Trait Implementations§
Source§impl Clone for _bindgen_ty_32
impl Clone for _bindgen_ty_32
Source§fn clone(&self) -> _bindgen_ty_32
fn clone(&self) -> _bindgen_ty_32
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_32
Source§impl Debug for _bindgen_ty_32
impl Debug for _bindgen_ty_32
impl Eq for _bindgen_ty_32
Source§impl Hash for _bindgen_ty_32
impl Hash for _bindgen_ty_32
Source§impl PartialEq for _bindgen_ty_32
impl PartialEq for _bindgen_ty_32
impl StructuralPartialEq for _bindgen_ty_32
Auto Trait Implementations§
impl Freeze for _bindgen_ty_32
impl RefUnwindSafe for _bindgen_ty_32
impl Send for _bindgen_ty_32
impl Sync for _bindgen_ty_32
impl Unpin for _bindgen_ty_32
impl UnsafeUnpin for _bindgen_ty_32
impl UnwindSafe for _bindgen_ty_32
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