Struct capstone_sys::mips::cs_mips_op [] [src]

pub struct cs_mips_op {
    pub typ: mips_op_type,
    // some fields omitted
}

Fields

typ

Methods

impl cs_mips_op
[src]

unsafe fn reg(&self) -> &c_uint

unsafe fn imm(&self) -> &i64

unsafe fn mem(&self) -> &mips_op_mem

Trait Implementations

impl Default for cs_mips_op
[src]

fn default() -> Self

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

Derived Implementations

impl Clone for cs_mips_op
[src]

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