Struct bpf_sys::bpf_insn[][src]

#[repr(C)]
pub struct bpf_insn { pub code: __u8, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub off: __s16, pub imm: __s32, }

Fields

Methods

impl bpf_insn
[src]

Trait Implementations

impl Debug for bpf_insn
[src]

Formats the value using the given formatter. Read more

impl Copy for bpf_insn
[src]

impl Clone for bpf_insn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Pod for bpf_insn
[src]

Auto Trait Implementations

impl Send for bpf_insn

impl Sync for bpf_insn