pub struct BpfJit { /* private fields */ }Implementations§
Trait Implementations§
impl Send for BpfJit
impl Sync for BpfJit
Auto Trait Implementations§
impl Freeze for BpfJit
impl RefUnwindSafe for BpfJit
impl Unpin for BpfJit
impl UnwindSafe for BpfJit
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