Enum ecc608_linux::slot_config::WriteCommand
source · pub enum WriteCommand {
Write,
DeriveKey,
GenKey,
PrivWrite,
}Variants
Write
DeriveKey
GenKey
PrivWrite
Trait Implementations
sourceimpl Debug for WriteCommand
impl Debug for WriteCommand
sourceimpl PartialEq<WriteCommand> for WriteCommand
impl PartialEq<WriteCommand> for WriteCommand
sourcefn eq(&self, other: &WriteCommand) -> bool
fn eq(&self, other: &WriteCommand) -> bool
impl Eq for WriteCommand
impl StructuralEq for WriteCommand
impl StructuralPartialEq for WriteCommand
Auto Trait Implementations
impl RefUnwindSafe for WriteCommand
impl Send for WriteCommand
impl Sync for WriteCommand
impl Unpin for WriteCommand
impl UnwindSafe for WriteCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more