Struct stm32_metapac::flash::regs::Privbb
#[repr(transparent)]pub struct Privbb(pub u32);
Expand description
FLASH privilege block-based register for Bank 2
Tuple Fields§
§0: u32
Implementations§
§impl Privbb
impl Privbb
pub const fn privbb(&self) -> PrivbbrPrivbb
pub const fn privbb(&self) -> PrivbbrPrivbb
Privileged / non-privileged 8-Kbyte flash Bank 2 sector attribute
pub fn set_privbb(&mut self, val: PrivbbrPrivbb)
pub fn set_privbb(&mut self, val: PrivbbrPrivbb)
Privileged / non-privileged 8-Kbyte flash Bank 2 sector attribute
Trait Implementations§
impl Copy for Privbb
impl Eq for Privbb
impl StructuralPartialEq for Privbb
Auto Trait Implementations§
impl Freeze for Privbb
impl RefUnwindSafe for Privbb
impl Send for Privbb
impl Sync for Privbb
impl Unpin for Privbb
impl UnwindSafe for Privbb
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
)