#[repr(transparent)]pub struct Trcprgctlr(pub u32);
Expand description
Enables the trace unit.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Clone for Trcprgctlr
impl Clone for Trcprgctlr
Source§fn clone(&self) -> Trcprgctlr
fn clone(&self) -> Trcprgctlr
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 Default for Trcprgctlr
impl Default for Trcprgctlr
Source§fn default() -> Trcprgctlr
fn default() -> Trcprgctlr
Returns the “default value” for a type. Read more
Source§impl PartialEq for Trcprgctlr
impl PartialEq for Trcprgctlr
impl Copy for Trcprgctlr
impl Eq for Trcprgctlr
impl StructuralPartialEq for Trcprgctlr
Auto Trait Implementations§
impl Freeze for Trcprgctlr
impl RefUnwindSafe for Trcprgctlr
impl Send for Trcprgctlr
impl Sync for Trcprgctlr
impl Unpin for Trcprgctlr
impl UnwindSafe for Trcprgctlr
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
)