Enum stm32_metapac::flash::vals::BootSel
#[repr(u8)]pub enum BootSel {
NBOOT0 = 0,
BOOT0 = 1,
}
Variants§
NBOOT0 = 0
BOOT0 signal is defined by nBOOT0 option bit
BOOT0 = 1
BOOT0 signal is defined by BOOT0 pin value (legacy mode)
Implementations§
Trait Implementations§
§impl Ord for BootSel
impl Ord for BootSel
§impl PartialOrd for BootSel
impl PartialOrd for BootSel
impl Copy for BootSel
impl Eq for BootSel
impl StructuralPartialEq for BootSel
Auto Trait Implementations§
impl Freeze for BootSel
impl RefUnwindSafe for BootSel
impl Send for BootSel
impl Sync for BootSel
impl Unpin for BootSel
impl UnwindSafe for BootSel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)