#[repr(transparent)]pub struct Ipsnszend1(pub u32);Expand description
IPS Nonsecure Region 1 End Address
Tuple Fields§
§0: u32Implementations§
Source§impl Ipsnszend1
impl Ipsnszend1
Sourcepub const fn end_address(&self) -> u32
pub const fn end_address(&self) -> u32
End Address of Nonsecure Region
Sourcepub const fn set_end_address(&mut self, val: u32)
pub const fn set_end_address(&mut self, val: u32)
End Address of Nonsecure Region
Trait Implementations§
Source§impl Clone for Ipsnszend1
impl Clone for Ipsnszend1
Source§fn clone(&self) -> Ipsnszend1
fn clone(&self) -> Ipsnszend1
Returns a duplicate 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 moreSource§impl Debug for Ipsnszend1
impl Debug for Ipsnszend1
Source§impl Default for Ipsnszend1
impl Default for Ipsnszend1
Source§fn default() -> Ipsnszend1
fn default() -> Ipsnszend1
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ipsnszend1
impl PartialEq for Ipsnszend1
impl Copy for Ipsnszend1
impl Eq for Ipsnszend1
impl StructuralPartialEq for Ipsnszend1
Auto Trait Implementations§
impl Freeze for Ipsnszend1
impl RefUnwindSafe for Ipsnszend1
impl Send for Ipsnszend1
impl Sync for Ipsnszend1
impl Unpin for Ipsnszend1
impl UnwindSafe for Ipsnszend1
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