Struct capstone_sys::ppc::ppc_op_mem [] [src]

pub struct ppc_op_mem {
    pub base: c_uint,
    pub disp: i32,
}

Fields

base
disp

Trait Implementations

impl Default for ppc_op_mem
[src]

fn default() -> Self

Returns the "default value" for a type. Read more

Derived Implementations

impl Clone for ppc_op_mem
[src]

fn clone(&self) -> ppc_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 ppc_op_mem
[src]