#[repr(C)]pub struct VexControl {
pub iropt_verbosity: Int,
pub iropt_level: Int,
pub iropt_register_updates_default: VexRegisterUpdates,
pub iropt_unroll_thresh: Int,
pub guest_max_insns: Int,
pub guest_chase: Bool,
pub regalloc_version: UInt,
}
Fields§
§iropt_verbosity: Int
§iropt_level: Int
§iropt_register_updates_default: VexRegisterUpdates
§iropt_unroll_thresh: Int
§guest_max_insns: Int
§guest_chase: Bool
§regalloc_version: UInt
Trait Implementations§
Source§impl Clone for VexControl
impl Clone for VexControl
Source§fn clone(&self) -> VexControl
fn clone(&self) -> VexControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VexControl
impl Debug for VexControl
impl Copy for VexControl
Auto Trait Implementations§
impl Freeze for VexControl
impl RefUnwindSafe for VexControl
impl Send for VexControl
impl Sync for VexControl
impl Unpin for VexControl
impl UnwindSafe for VexControl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more