Struct stm32_metapac::flash::regs::Nsbootadd0r
#[repr(transparent)]pub struct Nsbootadd0r(pub u32);
Expand description
Flash non-secure boot address 0 register
Tuple Fields§
§0: u32
Implementations§
§impl Nsbootadd0r
impl Nsbootadd0r
pub const fn nsbootadd0(&self) -> u32
pub const fn nsbootadd0(&self) -> u32
NSBOOTADD0
pub fn set_nsbootadd0(&mut self, val: u32)
pub fn set_nsbootadd0(&mut self, val: u32)
NSBOOTADD0
Trait Implementations§
§impl Clone for Nsbootadd0r
impl Clone for Nsbootadd0r
§fn clone(&self) -> Nsbootadd0r
fn clone(&self) -> Nsbootadd0r
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 Nsbootadd0r
impl Default for Nsbootadd0r
§fn default() -> Nsbootadd0r
fn default() -> Nsbootadd0r
Returns the “default value” for a type. Read more
§impl PartialEq for Nsbootadd0r
impl PartialEq for Nsbootadd0r
impl Copy for Nsbootadd0r
impl Eq for Nsbootadd0r
impl StructuralPartialEq for Nsbootadd0r
Auto Trait Implementations§
impl Freeze for Nsbootadd0r
impl RefUnwindSafe for Nsbootadd0r
impl Send for Nsbootadd0r
impl Sync for Nsbootadd0r
impl Unpin for Nsbootadd0r
impl UnwindSafe for Nsbootadd0r
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
)