Struct libudis86_sys::ud_lval_ptr [] [src]

#[repr(C)]
pub struct ud_lval_ptr { pub seg: u16, pub off: u32, }

Fields

Trait Implementations

impl Debug for ud_lval_ptr
[src]

Formats the value using the given formatter.

impl Copy for ud_lval_ptr
[src]

impl Clone for ud_lval_ptr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more