pub enum KeyType {
Rfu,
P256EccKey,
Aes,
ShaOrText,
}
Expand description
ATECC key slot types
Variants§
Rfu
Do not use (Reserved for Future Use)
P256EccKey
Slot may contain ECC key
Aes
Slot may contain AES key
ShaOrText
Slot may contain hash value or a raw text
Trait Implementations§
impl Copy for KeyType
impl StructuralPartialEq for KeyType
Auto Trait Implementations§
impl Freeze for KeyType
impl RefUnwindSafe for KeyType
impl Send for KeyType
impl Sync for KeyType
impl Unpin for KeyType
impl UnwindSafe for KeyType
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