#[repr(u8)]pub enum NonceTarget {
TempKey = 0,
MsgDigBuf = 64,
AltKeyBuf = 128,
}
Expand description
An ATECC/ATSHA device buffer to load
Variants§
Trait Implementations§
Source§impl Clone for NonceTarget
impl Clone for NonceTarget
Source§fn clone(&self) -> NonceTarget
fn clone(&self) -> NonceTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NonceTarget
impl Debug for NonceTarget
Source§impl PartialEq for NonceTarget
impl PartialEq for NonceTarget
impl Copy for NonceTarget
impl StructuralPartialEq for NonceTarget
Auto Trait Implementations§
impl Freeze for NonceTarget
impl RefUnwindSafe for NonceTarget
impl Send for NonceTarget
impl Sync for NonceTarget
impl Unpin for NonceTarget
impl UnwindSafe for NonceTarget
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