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