pub struct PerfBuffer<'b> { /* private fields */ }
Expand description
Implementations§
Source§impl PerfBuffer<'_>
impl PerfBuffer<'_>
Trait Implementations§
Source§impl AsRawLibbpf for PerfBuffer<'_>
impl AsRawLibbpf for PerfBuffer<'_>
Source§fn as_libbpf_object(&self) -> NonNull<Self::LibbpfType>
fn as_libbpf_object(&self) -> NonNull<Self::LibbpfType>
Retrieve the underlying libbpf_sys::perf_buffer
.
Source§type LibbpfType = perf_buffer
type LibbpfType = perf_buffer
The underlying
libbpf
type.Source§impl<'b> Debug for PerfBuffer<'b>
impl<'b> Debug for PerfBuffer<'b>
Source§impl Drop for PerfBuffer<'_>
impl Drop for PerfBuffer<'_>
impl Send for PerfBuffer<'_>
Auto Trait Implementations§
impl<'b> Freeze for PerfBuffer<'b>
impl<'b> !RefUnwindSafe for PerfBuffer<'b>
impl<'b> !Sync for PerfBuffer<'b>
impl<'b> Unpin for PerfBuffer<'b>
impl<'b> !UnwindSafe for PerfBuffer<'b>
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