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
impl Eq for PerfEventLink
Source§impl Equivalent<PerfEventLink> for PerfEventLinkId
impl Equivalent<PerfEventLink> for PerfEventLinkId
Source§fn equivalent(&self, key: &PerfEventLink) -> bool
fn equivalent(&self, key: &PerfEventLink) -> bool
Compare self to
key and return true if they are equal.Source§impl Hash for PerfEventLink
impl Hash for PerfEventLink
Source§impl Link for PerfEventLink
impl Link for PerfEventLink
Source§impl PartialEq for PerfEventLink
impl PartialEq 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 UnsafeUnpin 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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.