Enum rust_cryptoauthlib::AtcaDeviceType [−][src]
pub enum AtcaDeviceType {
ATSHA204A,
ATECC108A,
ATECC508A,
ATECC608A,
ATSHA206A,
AtcaTestDevFail,
AtcaTestDevSuccess,
AtcaTestDevNone,
AtcaTestDevFailUnimplemented,
AtcaDevUnknown,
}Expand description
ATECC/ATSHA device types supported by CryptoAuth library
Variants
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AtcaDeviceTypeimpl Send for AtcaDeviceTypeimpl Sync for AtcaDeviceTypeimpl Unpin for AtcaDeviceTypeimpl UnwindSafe for AtcaDeviceTypeBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V