Struct capstone_sys::xcore::xcore_op_mem [] [src]

pub struct xcore_op_mem {
    pub base: u8,
    pub index: u8,
    pub disp: i32,
    pub direct: c_int,
}

Fields

base
index
disp
direct

Trait Implementations

Derived Implementations

impl Clone for xcore_op_mem
[src]

fn clone(&self) -> xcore_op_mem

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

impl Copy for xcore_op_mem
[src]