Struct libvex_sys::VexControl [] [src]

#[repr(C)]
pub struct VexControl { pub iropt_verbosity: Int, pub iropt_level: Int, pub iropt_register_updates: VexRegisterUpdates, pub iropt_unroll_thresh: Int, pub guest_max_insns: Int, pub guest_chase_thresh: Int, pub guest_chase_cond: Bool, }

Fields

Trait Implementations

impl Copy for VexControl
[src]

impl Clone for VexControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexControl
[src]

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