Struct capstone_sys::ppc::cs_ppc_op [] [src]

pub struct cs_ppc_op {
    pub typ: ppc_op_type,
    // some fields omitted
}

Fields

typ

Methods

impl cs_ppc_op
[src]

unsafe fn reg(&self) -> &c_uint

unsafe fn imm(&self) -> &i32

unsafe fn mem(&self) -> &ppc_op_mem

unsafe fn crx(&self) -> &ppc_op_crx

Trait Implementations

impl Default for cs_ppc_op
[src]

fn default() -> Self

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

Derived Implementations

impl Clone for cs_ppc_op
[src]

fn clone(&self) -> cs_ppc_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

impl Copy for cs_ppc_op
[src]