Struct capstone_sys::arm64_op_mem
source · #[repr(C)]pub struct arm64_op_mem {
pub base: Type,
pub index: Type,
pub disp: i32,
}
Expand description
Instruction’s operand referring to memory This is associated with ARM64_OP_MEM operand type above
Fields§
§base: Type
< base register
index: Type
< index register
disp: i32
< displacement/offset value
Trait Implementations§
source§impl Clone for arm64_op_mem
impl Clone for arm64_op_mem
source§impl Debug for arm64_op_mem
impl Debug for arm64_op_mem
impl Copy for arm64_op_mem
Auto Trait Implementations§
impl RefUnwindSafe for arm64_op_mem
impl Send for arm64_op_mem
impl Sync for arm64_op_mem
impl Unpin for arm64_op_mem
impl UnwindSafe for arm64_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