#[repr(transparent)]pub struct Trccntvr(pub u32);
Expand description
Description collection: This sets or returns the value of counter n. The count value is only stable when TRCSTATR.PMSTABLE == 1. If software uses counter n then it must write to this register to set the initial counter value. Might ignore writes when the trace unit is enabled or not idle.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Trccntvr
impl Eq for Trccntvr
impl StructuralPartialEq for Trccntvr
Auto Trait Implementations§
impl Freeze for Trccntvr
impl RefUnwindSafe for Trccntvr
impl Send for Trccntvr
impl Sync for Trccntvr
impl Unpin for Trccntvr
impl UnwindSafe for Trccntvr
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
)