Struct libudis86_sys::ud_operand [] [src]

#[repr(C)]
pub struct ud_operand { pub otype: ud_type, pub size: u16, pub base: ud_type, pub index: ud_type, pub scale: u8, pub offset: u8, pub lval: ud_lval, pub _legacy: u64, pub _oprcode: u8, }

Fields

Trait Implementations

impl Debug for ud_operand
[src]

Formats the value using the given formatter.

impl Copy for ud_operand
[src]

impl Clone for ud_operand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more