Struct capstone_sys::cs_sparc[][src]

#[repr(C)]
pub struct cs_sparc { pub cc: sparc_cc, pub hint: sparc_hint, pub op_count: u8, pub operands: [cs_sparc_op; 4], }

Fields

Trait Implementations

impl Copy for cs_sparc
[src]

impl Clone for cs_sparc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for cs_sparc
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for cs_sparc

impl Sync for cs_sparc