Struct capstone_sys::ppc::cs_ppc [] [src]

pub struct cs_ppc {
    pub bc: ppc_bc,
    pub bh: ppc_bh,
    pub update_cr0: u8,
    pub op_count: u8,
    pub operands: [cs_ppc_op; 8usize],
}

Fields

bc
bh
update_cr0
op_count
operands

Trait Implementations

impl Default for cs_ppc
[src]

fn default() -> Self

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

Derived Implementations

impl Clone for cs_ppc
[src]

fn clone(&self) -> cs_ppc

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