Struct pmu_x86::stat::PMUResults
source · pub struct PMUResults { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PMUResults
impl Send for PMUResults
impl Sync for PMUResults
impl Unpin for PMUResults
impl UnwindSafe for PMUResults
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