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
sourceimpl Debug for GenKeyConfig
impl Debug for GenKeyConfig
sourceimpl From<GenKeyConfig> for u8
impl From<GenKeyConfig> for u8
sourcefn from(v: GenKeyConfig) -> Self
fn from(v: GenKeyConfig) -> Self
Converts to this type from the input type.
sourceimpl From<u8> for GenKeyConfig
impl From<u8> for GenKeyConfig
sourceimpl PartialEq<GenKeyConfig> for GenKeyConfig
impl PartialEq<GenKeyConfig> for GenKeyConfig
sourceimpl Serialize for GenKeyConfig
impl Serialize 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
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