pub enum CbpfLenInstruction {
Static {
len: i32,
},
ContextField {
offset: i16,
},
}Variants§
Auto Trait Implementations§
impl Freeze for CbpfLenInstruction
impl RefUnwindSafe for CbpfLenInstruction
impl Send for CbpfLenInstruction
impl Sync for CbpfLenInstruction
impl Unpin for CbpfLenInstruction
impl UnwindSafe for CbpfLenInstruction
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