pub enum BootMode {
App,
Bootloader,
}Expand description
Boot target after a system reset.
Variants§
Trait Implementations§
impl Copy for BootMode
impl StructuralPartialEq for BootMode
Auto Trait Implementations§
impl Freeze for BootMode
impl RefUnwindSafe for BootMode
impl Send for BootMode
impl Sync for BootMode
impl Unpin for BootMode
impl UnsafeUnpin for BootMode
impl UnwindSafe for BootMode
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