#[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§
§iropt_verbosity: Int
§iropt_level: Int
§iropt_register_updates: VexRegisterUpdates
§iropt_unroll_thresh: Int
§guest_max_insns: Int
§guest_chase_thresh: Int
§guest_chase_cond: Bool
Trait Implementations§
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