pub struct PerfEventLinkInfo {
pub event_type: PerfEventType,
}Expand description
Information about a perf event link.
Fields§
§event_type: PerfEventTypeThe specific type of perf event with decoded information.
Trait Implementations§
Source§impl Clone for PerfEventLinkInfo
impl Clone for PerfEventLinkInfo
Source§fn clone(&self) -> PerfEventLinkInfo
fn clone(&self) -> PerfEventLinkInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PerfEventLinkInfo
impl RefUnwindSafe for PerfEventLinkInfo
impl Send for PerfEventLinkInfo
impl Sync for PerfEventLinkInfo
impl Unpin for PerfEventLinkInfo
impl UnwindSafe for PerfEventLinkInfo
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