#[repr(u8)]pub enum Uratselect {
UnspecStructMember = 0,
CfgModified = 1,
DscrModified = 2,
HashModified = 3,
ReadAccess = 4,
}
Expand description
Undefined Register Access Trace
Value on reset: 0
Variants§
UnspecStructMember = 0
0: Unspecified structure member set to one detected when the descriptor is loaded
CfgModified = 1
1: CFG modified during active monitoring
DscrModified = 2
2: DSCR modified during active monitoring
HashModified = 3
3: HASH modified during active monitoring
ReadAccess = 4
4: Write-only register read access
Trait Implementations§
Source§impl Clone for Uratselect
impl Clone for Uratselect
Source§fn clone(&self) -> Uratselect
fn clone(&self) -> Uratselect
Returns a copy 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 Uratselect
impl Debug for Uratselect
Source§impl From<Uratselect> for u8
impl From<Uratselect> for u8
Source§fn from(variant: Uratselect) -> Self
fn from(variant: Uratselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Uratselect
impl PartialEq for Uratselect
impl Copy for Uratselect
impl Eq for Uratselect
impl IsEnum for Uratselect
impl StructuralPartialEq for Uratselect
Auto Trait Implementations§
impl Freeze for Uratselect
impl RefUnwindSafe for Uratselect
impl Send for Uratselect
impl Sync for Uratselect
impl Unpin for Uratselect
impl UnwindSafe for Uratselect
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