Enum NBoot0
#[repr(u8)]pub enum NBoot0 {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
When BOOT_SEL is cleared, select the device boot mode
ENABLED = 1
When BOOT_SEL is cleared, select the device boot mode
Implementations§
Trait Implementations§
§impl Ord for NBoot0
impl Ord for NBoot0
§impl PartialOrd for NBoot0
impl PartialOrd for NBoot0
impl Copy for NBoot0
impl Eq for NBoot0
impl StructuralPartialEq for NBoot0
Auto Trait Implementations§
impl Freeze for NBoot0
impl RefUnwindSafe for NBoot0
impl Send for NBoot0
impl Sync for NBoot0
impl Unpin for NBoot0
impl UnwindSafe for NBoot0
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