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