#[repr(u8)]
pub enum BootTag {
Show 14 variants
Nop,
Tag,
Load,
Fill,
Jump,
Call,
ChangeBootMode,
Erase,
Reset,
MemoryEnable,
ProgramPersistentBits,
CheckFirmwareVersion,
KeystoreToNonvolatile,
KeystoreFromNonvolatile,
}
Variants
Nop
Tag
Load
Fill
Jump
Call
ChangeBootMode
Erase
Reset
MemoryEnable
ProgramPersistentBits
CheckFirmwareVersion
KeystoreToNonvolatile
KeystoreFromNonvolatile
Trait Implementations
impl Copy for BootTag
impl Eq for BootTag
impl StructuralEq for BootTag
impl StructuralPartialEq for BootTag
Auto Trait Implementations
impl RefUnwindSafe for BootTag
impl Send for BootTag
impl Sync for BootTag
impl Unpin for BootTag
impl UnwindSafe for BootTag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.