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