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