Struct capstone_sys::cs_ppc [] [src]

#[repr(C)]
pub struct cs_ppc { pub bc: ppc_bc, pub bh: ppc_bh, pub update_cr0: bool, pub op_count: u8, pub operands: [cs_ppc_op; 8], }

Fields

Trait Implementations

impl Copy for cs_ppc
[src]

impl Clone for cs_ppc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more