Struct libcapstone_sys::cs_x86 [] [src]

#[repr(C)]
pub struct cs_x86 { pub prefix: [u8; 4], pub opcode: [u8; 4], pub rex: u8, pub addr_size: u8, pub modrm: u8, pub sib: u8, pub disp: i32, pub sib_index: x86_reg, pub sib_scale: i8, pub sib_base: x86_reg, pub sse_cc: x86_sse_cc, pub avx_cc: x86_avx_cc, pub avx_sae: bool, pub avx_rm: x86_avx_rm, pub op_count: u8, pub operands: [cs_x86_op; 8], }

Fields

Methods

impl cs_x86
[src]

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

Trait Implementations

impl Copy for cs_x86
[src]

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

impl Sync for cs_x86