pub struct PerfEventProbe { /* private fields */ }Trait Implementations§
Source§impl Default for PerfEventProbe
impl Default for PerfEventProbe
Source§fn default() -> PerfEventProbe
fn default() -> PerfEventProbe
Returns the “default value” for a type. Read more
Source§impl Probe for PerfEventProbe
Available on Linux only.
impl Probe for PerfEventProbe
Available on Linux only.
Auto Trait Implementations§
impl Freeze for PerfEventProbe
impl RefUnwindSafe for PerfEventProbe
impl Send for PerfEventProbe
impl Sync for PerfEventProbe
impl Unpin for PerfEventProbe
impl UnwindSafe for PerfEventProbe
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