Struct capstone_sys::cs_x86_op[][src]

#[repr(C)]
pub struct cs_x86_op { pub type_: x86_op_type, pub __bindgen_anon_1: cs_x86_op__bindgen_ty_1, pub size: u8, pub avx_bcast: x86_avx_bcast, pub avx_zero_opmask: bool, }

Fields

Trait Implementations

impl Copy for cs_x86_op
[src]

impl Clone for cs_x86_op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for cs_x86_op
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for cs_x86_op

impl Sync for cs_x86_op