#[repr(transparent)]pub struct SecVioAddr(pub u32);Expand description
most recent security violation address for AHB port n
Tuple Fields§
§0: u32Implementations§
Source§impl SecVioAddr
impl SecVioAddr
Sourcepub const fn sec_vio_addr(&self) -> u32
pub const fn sec_vio_addr(&self) -> u32
security violation address for AHB port
Sourcepub const fn set_sec_vio_addr(&mut self, val: u32)
pub const fn set_sec_vio_addr(&mut self, val: u32)
security violation address for AHB port
Trait Implementations§
Source§impl Clone for SecVioAddr
impl Clone for SecVioAddr
Source§fn clone(&self) -> SecVioAddr
fn clone(&self) -> SecVioAddr
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 SecVioAddr
impl Debug for SecVioAddr
Source§impl Default for SecVioAddr
impl Default for SecVioAddr
Source§fn default() -> SecVioAddr
fn default() -> SecVioAddr
Returns the “default value” for a type. Read more
Source§impl PartialEq for SecVioAddr
impl PartialEq for SecVioAddr
impl Copy for SecVioAddr
impl Eq for SecVioAddr
impl StructuralPartialEq for SecVioAddr
Auto Trait Implementations§
impl Freeze for SecVioAddr
impl RefUnwindSafe for SecVioAddr
impl Send for SecVioAddr
impl Sync for SecVioAddr
impl Unpin for SecVioAddr
impl UnwindSafe for SecVioAddr
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