Struct capstone_sys::arm::cs_arm_op
[−]
[src]
pub struct cs_arm_op {
pub vector_index: c_int,
pub shift: arm_shift_pair,
pub typ: arm_op_type,
pub subtracted: u8,
// some fields omitted
}Fields
vector_index | |
shift | |
typ | |
subtracted |
Methods
impl cs_arm_op[src]
unsafe fn reg(&self) -> &c_uint
unsafe fn imm(&self) -> &i32
unsafe fn fp(&self) -> &c_double
unsafe fn mem(&self) -> &arm_op_mem
unsafe fn setend(&mut self) -> *mut arm_setend_type
Trait Implementations
Derived Implementations
impl Clone for cs_arm_op[src]
fn clone(&self) -> cs_arm_op
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more