#[repr(u8)]pub enum SecBootEn {
DISABLE = 0,
ENABLE = 1,
VALUE_2 = 2,
VALUE_3 = 3,
}Variants§
DISABLE = 0
Plain image (internal flash with or without CRC)
ENABLE = 1
Boot signed images. (internal flash, RSA signed)
VALUE_2 = 2
Boot signed images. (internal flash, RSA signed)
VALUE_3 = 3
Boot signed images. (internal flash, RSA signed)
Implementations§
Trait Implementations§
Source§impl Ord for SecBootEn
impl Ord for SecBootEn
Source§impl PartialOrd for SecBootEn
impl PartialOrd for SecBootEn
impl Copy for SecBootEn
impl Eq for SecBootEn
impl StructuralPartialEq for SecBootEn
Auto Trait Implementations§
impl Freeze for SecBootEn
impl RefUnwindSafe for SecBootEn
impl Send for SecBootEn
impl Sync for SecBootEn
impl Unpin for SecBootEn
impl UnwindSafe for SecBootEn
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