Union capstone_sys::cs_bpf_op__bindgen_ty_1[][src]

#[repr(C)]
pub union cs_bpf_op__bindgen_ty_1 {
    pub reg: u8,
    pub imm: u64,
    pub off: u32,
    pub mem: bpf_op_mem,
    pub mmem: u32,
    pub msh: u32,
    pub ext: u32,
    // some fields omitted
}

Fields

reg: u8

< register value for REG operand

imm: u64

< immediate value IMM operand

off: u32

< offset value, used in jump & call

mem: bpf_op_mem

< base/disp value for MEM operand

mmem: u32

< M[k] in cBPF

msh: u32

< corresponds to cBPF’s BPF_MSH mode

ext: u32

< cBPF’s extension (not eBPF)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.