Struct stm32_metapac::flash::regs::Nsbootadd1r
#[repr(transparent)]pub struct Nsbootadd1r(pub u32);
Expand description
Flash non-secure boot address 1 register
Tuple Fields§
§0: u32
Implementations§
§impl Nsbootadd1r
impl Nsbootadd1r
pub const fn nsbootadd1(&self) -> u32
pub const fn nsbootadd1(&self) -> u32
NSBOOTADD1
pub fn set_nsbootadd1(&mut self, val: u32)
pub fn set_nsbootadd1(&mut self, val: u32)
NSBOOTADD1
Trait Implementations§
§impl Clone for Nsbootadd1r
impl Clone for Nsbootadd1r
§fn clone(&self) -> Nsbootadd1r
fn clone(&self) -> Nsbootadd1r
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Nsbootadd1r
impl Default for Nsbootadd1r
§fn default() -> Nsbootadd1r
fn default() -> Nsbootadd1r
Returns the “default value” for a type. Read more
§impl PartialEq for Nsbootadd1r
impl PartialEq for Nsbootadd1r
impl Copy for Nsbootadd1r
impl Eq for Nsbootadd1r
impl StructuralPartialEq for Nsbootadd1r
Auto Trait Implementations§
impl Freeze for Nsbootadd1r
impl RefUnwindSafe for Nsbootadd1r
impl Send for Nsbootadd1r
impl Sync for Nsbootadd1r
impl Unpin for Nsbootadd1r
impl UnwindSafe for Nsbootadd1r
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
)