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