Struct capstone_sys::bpf_op_mem
source · #[repr(C)]pub struct bpf_op_mem {
pub base: bpf_reg,
pub disp: u32,
}
Expand description
Instruction’s operand referring to memory This is associated with BPF_OP_MEM operand type above
Fields§
§base: bpf_reg
< base register
disp: u32
< offset value
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for bpf_op_mem
impl Send for bpf_op_mem
impl Sync for bpf_op_mem
impl Unpin for bpf_op_mem
impl UnwindSafe for bpf_op_mem
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