pub struct PerfEventContext { /* private fields */ }Implementations§
Source§impl PerfEventContext
impl PerfEventContext
pub fn new(ctx: *mut c_void) -> PerfEventContext
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PerfEventContext
impl RefUnwindSafe for PerfEventContext
impl !Send for PerfEventContext
impl !Sync for PerfEventContext
impl Unpin for PerfEventContext
impl UnwindSafe for PerfEventContext
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