Struct capstone_sys::sparc::cs_sparc_op [] [src]

pub struct cs_sparc_op {
    pub typ: sparc_op_type,
    // some fields omitted
}

Fields

typ

Methods

impl cs_sparc_op
[src]

unsafe fn reg(&self) -> &c_uint

unsafe fn imm(&self) -> &i32

unsafe fn mem(&self) -> &sparc_op_mem

Trait Implementations

Derived Implementations

impl Clone for cs_sparc_op
[src]

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