#[repr(u32)]pub enum nvme_zns_report_options {
NVME_ZNS_ZRAS_REPORT_ALL = 0,
NVME_ZNS_ZRAS_REPORT_EMPTY = 1,
NVME_ZNS_ZRAS_REPORT_IMPL_OPENED = 2,
NVME_ZNS_ZRAS_REPORT_EXPL_OPENED = 3,
NVME_ZNS_ZRAS_REPORT_CLOSED = 4,
NVME_ZNS_ZRAS_REPORT_FULL = 5,
NVME_ZNS_ZRAS_REPORT_READ_ONLY = 6,
NVME_ZNS_ZRAS_REPORT_OFFLINE = 7,
}Variants§
NVME_ZNS_ZRAS_REPORT_ALL = 0
NVME_ZNS_ZRAS_REPORT_EMPTY = 1
NVME_ZNS_ZRAS_REPORT_IMPL_OPENED = 2
NVME_ZNS_ZRAS_REPORT_EXPL_OPENED = 3
NVME_ZNS_ZRAS_REPORT_CLOSED = 4
NVME_ZNS_ZRAS_REPORT_FULL = 5
NVME_ZNS_ZRAS_REPORT_READ_ONLY = 6
NVME_ZNS_ZRAS_REPORT_OFFLINE = 7
Trait Implementations§
Source§impl Clone for nvme_zns_report_options
impl Clone for nvme_zns_report_options
Source§fn clone(&self) -> nvme_zns_report_options
fn clone(&self) -> nvme_zns_report_options
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 nvme_zns_report_options
Source§impl Debug for nvme_zns_report_options
impl Debug for nvme_zns_report_options
impl Eq for nvme_zns_report_options
Source§impl Hash for nvme_zns_report_options
impl Hash for nvme_zns_report_options
Source§impl PartialEq for nvme_zns_report_options
impl PartialEq for nvme_zns_report_options
impl StructuralPartialEq for nvme_zns_report_options
Auto Trait Implementations§
impl Freeze for nvme_zns_report_options
impl RefUnwindSafe for nvme_zns_report_options
impl Send for nvme_zns_report_options
impl Sync for nvme_zns_report_options
impl Unpin for nvme_zns_report_options
impl UnsafeUnpin for nvme_zns_report_options
impl UnwindSafe for nvme_zns_report_options
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