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