pub struct BpfOpMem(/* private fields */);Expand description
Bpf memory operand
Implementations§
Trait Implementations§
impl Copy for BpfOpMem
impl Eq for BpfOpMem
Auto Trait Implementations§
impl Freeze for BpfOpMem
impl RefUnwindSafe for BpfOpMem
impl Send for BpfOpMem
impl Sync for BpfOpMem
impl Unpin for BpfOpMem
impl UnwindSafe for BpfOpMem
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