#[repr(u32)]pub enum PerfType {
Hardware = 0,
Software = 1,
Tracepoint = 2,
HwCache = 3,
Raw = 4,
Breakpoint = 5,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerfType
impl RefUnwindSafe for PerfType
impl Send for PerfType
impl Sync for PerfType
impl Unpin for PerfType
impl UnwindSafe for PerfType
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