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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more