Struct libvex_sys::VexInvalRange [] [src]

#[repr(C)]
pub struct VexInvalRange { pub start: HWord, pub len: HWord, }

Fields

Trait Implementations

impl Copy for VexInvalRange
[src]

impl Clone for VexInvalRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexInvalRange
[src]

Returns the "default value" for a type. Read more