Struct rust_cryptoauthlib::AtcaSlot [−][src]
pub struct AtcaSlot {
pub id: u8,
pub is_locked: bool,
pub config: SlotConfig,
}Expand description
An ATECC slot
Fields
id: u8ATECC slot id (for diagnostic)
is_locked: boolLock status of slot (locked or not). If is_locked is true, slot cannot be written
config: SlotConfigSlot configuration as can be read from configuration zone
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AtcaSlotimpl UnwindSafe for AtcaSlotBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V