#[repr(u32)]pub enum nvme_persistent_event_log_actions {
NVME_PEVENT_LOG_READ = 0,
NVME_PEVENT_LOG_EST_CTX_AND_READ = 1,
NVME_PEVENT_LOG_RELEASE_CTX = 2,
}Variants§
Trait Implementations§
Source§impl Clone for nvme_persistent_event_log_actions
impl Clone for nvme_persistent_event_log_actions
Source§fn clone(&self) -> nvme_persistent_event_log_actions
fn clone(&self) -> nvme_persistent_event_log_actions
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_persistent_event_log_actions
impl Eq for nvme_persistent_event_log_actions
impl StructuralPartialEq for nvme_persistent_event_log_actions
Auto Trait Implementations§
impl Freeze for nvme_persistent_event_log_actions
impl RefUnwindSafe for nvme_persistent_event_log_actions
impl Send for nvme_persistent_event_log_actions
impl Sync for nvme_persistent_event_log_actions
impl Unpin for nvme_persistent_event_log_actions
impl UnsafeUnpin for nvme_persistent_event_log_actions
impl UnwindSafe for nvme_persistent_event_log_actions
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