#[repr(C)]pub struct bpf_insn {
pub code: c_ushort,
pub jt: c_uchar,
pub jf: c_uchar,
pub k: u32,
}Fields§
§code: c_ushort§jt: c_uchar§jf: c_uchar§k: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for bpf_insn
impl RefUnwindSafe for bpf_insn
impl Send for bpf_insn
impl Sync for bpf_insn
impl Unpin for bpf_insn
impl UnwindSafe for bpf_insn
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