Struct capstone_sys::ppc_op_crx [] [src]

#[repr(C)]
pub struct ppc_op_crx { pub scale: c_uint, pub reg: Type, pub cond: ppc_bc, }

Fields

Trait Implementations

impl Debug for ppc_op_crx
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ppc_op_crx
[src]

impl Clone for ppc_op_crx
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ppc_op_crx

impl Sync for ppc_op_crx