Struct capstone_sys::bpf_op_mem
source · [−]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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more