pub enum NonvolatileCommand {
UserspaceRead,
UserspaceWrite,
KernelRead,
KernelWrite,
}
Variants§
Trait Implementations§
Source§impl Clone for NonvolatileCommand
impl Clone for NonvolatileCommand
Source§fn clone(&self) -> NonvolatileCommand
fn clone(&self) -> NonvolatileCommand
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for NonvolatileCommand
impl PartialEq for NonvolatileCommand
impl Copy for NonvolatileCommand
impl StructuralPartialEq for NonvolatileCommand
Auto Trait Implementations§
impl Freeze for NonvolatileCommand
impl RefUnwindSafe for NonvolatileCommand
impl Send for NonvolatileCommand
impl Sync for NonvolatileCommand
impl Unpin for NonvolatileCommand
impl UnwindSafe for NonvolatileCommand
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