Struct capstone_sys::ppc::ppc_op_crx [] [src]

pub struct ppc_op_crx {
    pub scale: c_uint,
    pub reg: c_uint,
    pub cond: ppc_bc,
}

Fields

scale
reg
cond

Trait Implementations

impl Default for ppc_op_crx
[src]

fn default() -> Self

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

Derived Implementations

impl Clone for ppc_op_crx
[src]

fn clone(&self) -> ppc_op_crx

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_crx
[src]