Enum ecc608_linux::slot_config::GenKeyConfig
source · pub enum GenKeyConfig {
Valid,
Invalid,
}Variants§
Valid
GenKey may not be used to write random keys into this slot.
Invalid
GenKey may be used to write random keys into this slot.
Trait Implementations§
source§impl Debug for GenKeyConfig
impl Debug for GenKeyConfig
source§impl From<GenKeyConfig> for u8
impl From<GenKeyConfig> for u8
source§fn from(v: GenKeyConfig) -> Self
fn from(v: GenKeyConfig) -> Self
Converts to this type from the input type.
source§impl From<u8> for GenKeyConfig
impl From<u8> for GenKeyConfig
source§impl PartialEq<GenKeyConfig> for GenKeyConfig
impl PartialEq<GenKeyConfig> for GenKeyConfig
source§fn eq(&self, other: &GenKeyConfig) -> bool
fn eq(&self, other: &GenKeyConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GenKeyConfig
impl Serialize for GenKeyConfig
impl Eq for GenKeyConfig
impl StructuralEq for GenKeyConfig
impl StructuralPartialEq for GenKeyConfig
Auto Trait Implementations§
impl RefUnwindSafe for GenKeyConfig
impl Send for GenKeyConfig
impl Sync for GenKeyConfig
impl Unpin for GenKeyConfig
impl UnwindSafe for GenKeyConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more