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