Union libudis86_sys::ud_lval [] [src]

#[repr(C)]
pub union ud_lval { pub sbyte: i8, pub ubyte: u8, pub sword: i16, pub uword: u16, pub sdword: i32, pub udword: u32, pub sqword: i64, pub uqword: u64, pub ptr: ud_lval_ptr, }

Fields

sbyte: i8 ubyte: u8 sword: i16 uword: u16 sdword: i32 udword: u32 sqword: i64 uqword: u64 ptr: ud_lval_ptr

Trait Implementations

impl Clone for ud_lval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ud_lval
[src]

impl Debug for ud_lval
[src]

Formats the value using the given formatter.