Struct capstone_sys::xcore::cs_xcore_op
[−]
[src]
pub struct cs_xcore_op {
pub typ: xcore_op_type,
// some fields omitted
}Fields
typ |
Methods
impl cs_xcore_op[src]
unsafe fn reg(&mut self) -> &c_uint
unsafe fn imm(&self) -> &i32
unsafe fn mem(&self) -> &xcore_op_mem
Trait Implementations
Derived Implementations
impl Clone for cs_xcore_op[src]
fn clone(&self) -> cs_xcore_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