#[repr(u32)]pub enum nvme_zns_send_action {
NVME_ZNS_ZSA_CLOSE = 1,
NVME_ZNS_ZSA_FINISH = 2,
NVME_ZNS_ZSA_OPEN = 3,
NVME_ZNS_ZSA_RESET = 4,
NVME_ZNS_ZSA_OFFLINE = 5,
NVME_ZNS_ZSA_SET_DESC_EXT = 16,
}Variants§
NVME_ZNS_ZSA_CLOSE = 1
NVME_ZNS_ZSA_FINISH = 2
NVME_ZNS_ZSA_OPEN = 3
NVME_ZNS_ZSA_RESET = 4
NVME_ZNS_ZSA_OFFLINE = 5
NVME_ZNS_ZSA_SET_DESC_EXT = 16
Trait Implementations§
Source§impl Clone for nvme_zns_send_action
impl Clone for nvme_zns_send_action
Source§fn clone(&self) -> nvme_zns_send_action
fn clone(&self) -> nvme_zns_send_action
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_send_action
Source§impl Debug for nvme_zns_send_action
impl Debug for nvme_zns_send_action
impl Eq for nvme_zns_send_action
Source§impl Hash for nvme_zns_send_action
impl Hash for nvme_zns_send_action
Source§impl PartialEq for nvme_zns_send_action
impl PartialEq for nvme_zns_send_action
impl StructuralPartialEq for nvme_zns_send_action
Auto Trait Implementations§
impl Freeze for nvme_zns_send_action
impl RefUnwindSafe for nvme_zns_send_action
impl Send for nvme_zns_send_action
impl Sync for nvme_zns_send_action
impl Unpin for nvme_zns_send_action
impl UnsafeUnpin for nvme_zns_send_action
impl UnwindSafe for nvme_zns_send_action
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