#[repr(transparent)]pub struct Trceventctl0r(pub u32);
Expand description
Controls the tracing of arbitrary events. If the selected event occurs a trace element is generated in the trace stream according to the settings in TRCEVENTCTL1R.DATAEN and TRCEVENTCTL1R.INSTEN.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Clone for Trceventctl0r
impl Clone for Trceventctl0r
Source§fn clone(&self) -> Trceventctl0r
fn clone(&self) -> Trceventctl0r
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 Trceventctl0r
impl Default for Trceventctl0r
Source§fn default() -> Trceventctl0r
fn default() -> Trceventctl0r
Returns the “default value” for a type. Read more
Source§impl PartialEq for Trceventctl0r
impl PartialEq for Trceventctl0r
impl Copy for Trceventctl0r
impl Eq for Trceventctl0r
impl StructuralPartialEq for Trceventctl0r
Auto Trait Implementations§
impl Freeze for Trceventctl0r
impl RefUnwindSafe for Trceventctl0r
impl Send for Trceventctl0r
impl Sync for Trceventctl0r
impl Unpin for Trceventctl0r
impl UnwindSafe for Trceventctl0r
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
)