Enum rust_cryptoauthlib::KeyType [−][src]
pub enum KeyType {
Rfu,
P256EccKey,
Aes,
ShaOrText,
}Expand description
ATECC key slot types
Variants
Do not use (Reserved for Future Use)
Slot may contain ECC key
Slot may contain AES key
Slot may contain hash value or a raw text
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyTypeimpl UnwindSafe for KeyTypeBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V