Struct capstone_sys::xcore::cs_xcore [] [src]

pub struct cs_xcore {
    pub op_count: u8,
    pub operands: [cs_xcore_op; 8usize],
}

Fields

op_count
operands

Trait Implementations

Derived Implementations

impl Clone for cs_xcore
[src]

fn clone(&self) -> cs_xcore

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