Enum ecc608_linux::DeriveKeyConfig [−][src]
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
Slots with this write configutation can not be used as the target of a DeriveKey.
Trait Implementations
impl Debug for DeriveKeyConfig[src]
impl Debug for DeriveKeyConfig[src]impl PartialEq<DeriveKeyConfig> for DeriveKeyConfig[src]
impl PartialEq<DeriveKeyConfig> for DeriveKeyConfig[src]fn eq(&self, other: &DeriveKeyConfig) -> bool[src]
fn eq(&self, other: &DeriveKeyConfig) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &DeriveKeyConfig) -> bool[src]
fn ne(&self, other: &DeriveKeyConfig) -> bool[src]This method tests for !=.
impl Serialize for DeriveKeyConfig[src]
impl Serialize for DeriveKeyConfig[src]impl StructuralPartialEq for DeriveKeyConfig[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self