#[repr(transparent)]pub struct Trcrsctlr(pub u32);
Expand description
Description collection: Controls the selection of the resources in the trace unit. Might ignore writes when the trace unit is enabled or not idle. If software selects a non-implemented resource then CONSTRAINED UNPREDICTABLE behavior of the resource selector occurs, so the resource selector might fire unexpectedly or might not fire. Reads of the TRCRSCTLRn might return UNKNOWN.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Trcrsctlr
impl Eq for Trcrsctlr
impl StructuralPartialEq for Trcrsctlr
Auto Trait Implementations§
impl Freeze for Trcrsctlr
impl RefUnwindSafe for Trcrsctlr
impl Send for Trcrsctlr
impl Sync for Trcrsctlr
impl Unpin for Trcrsctlr
impl UnwindSafe for Trcrsctlr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)