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