#[repr(transparent)]pub struct Pmectr3Lo(pub u32);Expand description
Performance Monitor Event Counter
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pmectr3Lo
impl Eq for Pmectr3Lo
impl StructuralPartialEq for Pmectr3Lo
Auto Trait Implementations§
impl Freeze for Pmectr3Lo
impl RefUnwindSafe for Pmectr3Lo
impl Send for Pmectr3Lo
impl Sync for Pmectr3Lo
impl Unpin for Pmectr3Lo
impl UnwindSafe for Pmectr3Lo
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