Enum stm32_metapac::flash::vals::NscrBker
#[repr(u8)]pub enum NscrBker {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
Bank 1 selected for non-secure page erase
B_0X1 = 1
Bank 2 selected for non-secure page erase
Implementations§
Trait Implementations§
§impl Ord for NscrBker
impl Ord for NscrBker
§impl PartialOrd for NscrBker
impl PartialOrd for NscrBker
impl Copy for NscrBker
impl Eq for NscrBker
impl StructuralPartialEq for NscrBker
Auto Trait Implementations§
impl Freeze for NscrBker
impl RefUnwindSafe for NscrBker
impl Send for NscrBker
impl Sync for NscrBker
impl Unpin for NscrBker
impl UnwindSafe for NscrBker
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
)