Struct capstone_sys::x86::cs_x86_op [] [src]

pub struct cs_x86_op {
    pub typ: x86_op_type,
    pub size: u8,
    pub avx_bcast: x86_avx_bcast,
    pub avx_zero_opmask: u8,
    // some fields omitted
}

Instruction operand

Fields

typ
size
avx_bcast
avx_zero_opmask

Methods

impl cs_x86_op
[src]

unsafe fn reg(&mut self) -> &x86_reg

unsafe fn imm(&mut self) -> &i64

unsafe fn fp(&mut self) -> &c_double

unsafe fn mem(&mut self) -> &x86_op_mem

Trait Implementations

Derived Implementations

impl Clone for cs_x86_op
[src]

fn clone(&self) -> cs_x86_op

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for cs_x86_op
[src]