Struct libcapstone_sys::cs_xcore [] [src]

#[repr(C)]
pub struct cs_xcore { pub op_count: u8, pub operands: [cs_xcore_op; 8], }

Fields

Methods

impl cs_xcore
[src]

Important traits for PointerIter<'a, T>
[src]

Trait Implementations

impl Copy for cs_xcore
[src]

impl Clone for cs_xcore
[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 cs_xcore

impl Sync for cs_xcore