#[repr(transparent)]pub struct SecVioInfoValid(pub u32);Expand description
Security Violation Info Validity for Address.
Tuple Fields§
§0: u32Implementations§
Source§impl SecVioInfoValid
impl SecVioInfoValid
Sourcepub const fn vio_info_valid(&self, n: usize) -> bool
pub const fn vio_info_valid(&self, n: usize) -> bool
Violation information valid flag for AHB port 0.
Sourcepub const fn set_vio_info_valid(&mut self, n: usize, val: bool)
pub const fn set_vio_info_valid(&mut self, n: usize, val: bool)
Violation information valid flag for AHB port 0.
Trait Implementations§
Source§impl Clone for SecVioInfoValid
impl Clone for SecVioInfoValid
Source§fn clone(&self) -> SecVioInfoValid
fn clone(&self) -> SecVioInfoValid
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 SecVioInfoValid
impl Debug for SecVioInfoValid
Source§impl Default for SecVioInfoValid
impl Default for SecVioInfoValid
Source§fn default() -> SecVioInfoValid
fn default() -> SecVioInfoValid
Returns the “default value” for a type. Read more
Source§impl PartialEq for SecVioInfoValid
impl PartialEq for SecVioInfoValid
impl Copy for SecVioInfoValid
impl Eq for SecVioInfoValid
impl StructuralPartialEq for SecVioInfoValid
Auto Trait Implementations§
impl Freeze for SecVioInfoValid
impl RefUnwindSafe for SecVioInfoValid
impl Send for SecVioInfoValid
impl Sync for SecVioInfoValid
impl Unpin for SecVioInfoValid
impl UnwindSafe for SecVioInfoValid
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