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
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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