Enum ecc608_linux::slot_config::DeriveKeyConfig
source · [−]Variants
Roll(bool)
DeriveKey command can be run with/without authorizing MAC. Source Key: Target
Create(bool)
DeriveKey command can be run with/without authorizing MAC. Source Key: Parent
Invalid
Slots with this write configutation can not be used as the target of a DeriveKey.
Trait Implementations
sourceimpl Debug for DeriveKeyConfig
impl Debug for DeriveKeyConfig
sourceimpl From<DeriveKeyConfig> for u8
impl From<DeriveKeyConfig> for u8
sourcefn from(v: DeriveKeyConfig) -> Self
fn from(v: DeriveKeyConfig) -> Self
Converts to this type from the input type.
sourceimpl From<u8> for DeriveKeyConfig
impl From<u8> for DeriveKeyConfig
sourceimpl PartialEq<DeriveKeyConfig> for DeriveKeyConfig
impl PartialEq<DeriveKeyConfig> for DeriveKeyConfig
sourcefn eq(&self, other: &DeriveKeyConfig) -> bool
fn eq(&self, other: &DeriveKeyConfig) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DeriveKeyConfig) -> bool
fn ne(&self, other: &DeriveKeyConfig) -> bool
This method tests for !=.
sourceimpl Serialize for DeriveKeyConfig
impl Serialize for DeriveKeyConfig
impl StructuralPartialEq for DeriveKeyConfig
Auto Trait Implementations
impl RefUnwindSafe for DeriveKeyConfig
impl Send for DeriveKeyConfig
impl Sync for DeriveKeyConfig
impl Unpin for DeriveKeyConfig
impl UnwindSafe for DeriveKeyConfig
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