#[repr(C)]pub struct BpfInstr {
pub code: u16,
pub jt: u8,
pub jf: u8,
pub k: u32,
}Expand description
Compiled BPF instruction
Fields§
§code: u16§jt: u8§jf: u8§k: u32Trait Implementations§
impl Copy for BpfInstr
Auto Trait Implementations§
impl Freeze for BpfInstr
impl RefUnwindSafe for BpfInstr
impl Send for BpfInstr
impl Sync for BpfInstr
impl Unpin for BpfInstr
impl UnwindSafe for BpfInstr
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