Struct capstone_sys::sparc::cs_sparc [] [src]

pub struct cs_sparc {
    pub cc: sparc_cc,
    pub hint: sparc_hint,
    pub op_count: u8,
    pub operands: [cs_sparc_op; 4usize],
}

Fields

cc
hint
op_count
operands

Trait Implementations

Derived Implementations

impl Clone for cs_sparc
[src]

fn clone(&self) -> cs_sparc

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