Struct Boot1r
#[repr(transparent)]pub struct Boot1r(pub u32);Expand description
FLASH nonsecure boot address 1 register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Boot1r
impl Eq for Boot1r
impl StructuralPartialEq for Boot1r
Auto Trait Implementations§
impl Freeze for Boot1r
impl RefUnwindSafe for Boot1r
impl Send for Boot1r
impl Sync for Boot1r
impl Unpin for Boot1r
impl UnwindSafe for Boot1r
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