pub struct PerfEventLink(/* private fields */);Expand description
The link used by PerfEvent programs.
Trait Implementations§
Source§impl Debug for PerfEventLink
impl Debug for PerfEventLink
Source§impl Drop for PerfEventLink
impl Drop for PerfEventLink
Source§impl Link for PerfEventLink
impl Link for PerfEventLink
Source§impl TryFrom<FdLink> for PerfEventLink
impl TryFrom<FdLink> for PerfEventLink
Auto Trait Implementations§
impl Freeze for PerfEventLink
impl RefUnwindSafe for PerfEventLink
impl Send for PerfEventLink
impl Sync for PerfEventLink
impl Unpin for PerfEventLink
impl UnwindSafe for PerfEventLink
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