pub struct URAT_R(_);
Expand description
Field URAT
reader - Undefined Register Access Trace
Implementations
sourceimpl URAT_R
impl URAT_R
sourcepub fn is_unspec_struct_member(&self) -> bool
pub fn is_unspec_struct_member(&self) -> bool
Checks if the value of the field is UNSPEC_STRUCT_MEMBER
sourcepub fn is_cfg_modified(&self) -> bool
pub fn is_cfg_modified(&self) -> bool
Checks if the value of the field is CFG_MODIFIED
sourcepub fn is_dscr_modified(&self) -> bool
pub fn is_dscr_modified(&self) -> bool
Checks if the value of the field is DSCR_MODIFIED
sourcepub fn is_hash_modified(&self) -> bool
pub fn is_hash_modified(&self) -> bool
Checks if the value of the field is HASH_MODIFIED
sourcepub fn is_read_access(&self) -> bool
pub fn is_read_access(&self) -> bool
Checks if the value of the field is READ_ACCESS
Methods from Deref<Target = FieldReader<u8, URAT_A>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for URAT_R
impl Send for URAT_R
impl Sync for URAT_R
impl Unpin for URAT_R
impl UnwindSafe for URAT_R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more