#[repr(C)]pub struct bpf_insn {
pub code: u_short,
pub jt: u_char,
pub jf: u_char,
pub k: bpf_u_int32,
}Fields§
§code: u_short§jt: u_char§jf: u_char§k: bpf_u_int32Trait 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