Struct capstone_sys::cs_bpf_op [−][src]
#[repr(C)]pub struct cs_bpf_op { pub type_: bpf_op_type, pub __bindgen_anon_1: cs_bpf_op__bindgen_ty_1, pub access: u8, }
Expand description
Instruction operand
Fields
type_: bpf_op_type
__bindgen_anon_1: cs_bpf_op__bindgen_ty_1
access: u8
How is this operand accessed? (READ, WRITE or READ|WRITE) This field is combined of cs_ac_type. NOTE: this field is irrelevant if engine is compiled in DIET mode.