Struct capstone_sys::cs_bpf_op
source · #[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.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cs_bpf_op
impl Send for cs_bpf_op
impl Sync for cs_bpf_op
impl Unpin for cs_bpf_op
impl UnwindSafe for cs_bpf_op
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