Enum capsules::nonvolatile_storage_driver::NonvolatileCommand
[−]
[src]
pub enum NonvolatileCommand {
UserspaceRead,
UserspaceWrite,
KernelRead,
KernelWrite,
}Variants
UserspaceReadUserspaceWriteKernelReadKernelWrite
Trait Implementations
impl Clone for NonvolatileCommand[src]
fn clone(&self) -> NonvolatileCommand[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more