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