Struct capstone_sys::cs_bpf [−][src]
#[repr(C)]pub struct cs_bpf { pub op_count: u8, pub operands: [cs_bpf_op; 4], }
Expand description
Instruction structure
Fields
op_count: u8
operands: [cs_bpf_op; 4]
#[repr(C)]pub struct cs_bpf { pub op_count: u8, pub operands: [cs_bpf_op; 4], }
Instruction structure
op_count: u8
operands: [cs_bpf_op; 4]