#[repr(u32)]pub enum nvme_ana_state {
NVME_ANA_OPTIMIZED = 1,
NVME_ANA_NONOPTIMIZED = 2,
NVME_ANA_INACCESSIBLE = 3,
NVME_ANA_PERSISTENT_LOSS = 4,
NVME_ANA_CHANGE = 15,
}Variants§
NVME_ANA_OPTIMIZED = 1
NVME_ANA_NONOPTIMIZED = 2
NVME_ANA_INACCESSIBLE = 3
NVME_ANA_PERSISTENT_LOSS = 4
NVME_ANA_CHANGE = 15
Trait Implementations§
Source§impl Clone for nvme_ana_state
impl Clone for nvme_ana_state
Source§fn clone(&self) -> nvme_ana_state
fn clone(&self) -> nvme_ana_state
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_ana_state
Source§impl Debug for nvme_ana_state
impl Debug for nvme_ana_state
impl Eq for nvme_ana_state
Source§impl Hash for nvme_ana_state
impl Hash for nvme_ana_state
Source§impl PartialEq for nvme_ana_state
impl PartialEq for nvme_ana_state
impl StructuralPartialEq for nvme_ana_state
Auto Trait Implementations§
impl Freeze for nvme_ana_state
impl RefUnwindSafe for nvme_ana_state
impl Send for nvme_ana_state
impl Sync for nvme_ana_state
impl Unpin for nvme_ana_state
impl UnsafeUnpin for nvme_ana_state
impl UnwindSafe for nvme_ana_state
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