pub struct PerfEvent(/* private fields */);Expand description
Compteur/échantillonneur perf_event. Drop ferme le FD.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerfEvent
impl RefUnwindSafe for PerfEvent
impl Send for PerfEvent
impl Sync for PerfEvent
impl Unpin for PerfEvent
impl UnsafeUnpin for PerfEvent
impl UnwindSafe for PerfEvent
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