pub struct PerfEventByteArray { /* private fields */ }Implementations§
Source§impl PerfEventByteArray
impl PerfEventByteArray
pub const fn new(flags: u32) -> PerfEventByteArray
pub const fn pinned(flags: u32) -> PerfEventByteArray
pub fn output<C: EbpfContext>(&self, ctx: &C, data: &[u8], flags: u32)
pub fn output_at_index<C: EbpfContext>( &self, ctx: &C, index: u32, data: &[u8], flags: u32, )
Trait Implementations§
impl Sync for PerfEventByteArray
Auto Trait Implementations§
impl !Freeze for PerfEventByteArray
impl !RefUnwindSafe for PerfEventByteArray
impl Send for PerfEventByteArray
impl Unpin for PerfEventByteArray
impl UnwindSafe for PerfEventByteArray
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