#[repr(u32)]pub enum VexRegisterUpdates {
VexRegUpd_INVALID = 1_792,
VexRegUpdSpAtMemAccess = 1_793,
VexRegUpdUnwindregsAtMemAccess = 1_794,
VexRegUpdAllregsAtMemAccess = 1_795,
VexRegUpdAllregsAtEachInsn = 1_796,
}Variants§
VexRegUpd_INVALID = 1_792
VexRegUpdSpAtMemAccess = 1_793
VexRegUpdUnwindregsAtMemAccess = 1_794
VexRegUpdAllregsAtMemAccess = 1_795
VexRegUpdAllregsAtEachInsn = 1_796
Trait Implementations§
Source§impl Clone for VexRegisterUpdates
impl Clone for VexRegisterUpdates
Source§fn clone(&self) -> VexRegisterUpdates
fn clone(&self) -> VexRegisterUpdates
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 VexRegisterUpdates
impl Debug for VexRegisterUpdates
Source§impl Hash for VexRegisterUpdates
impl Hash for VexRegisterUpdates
Source§impl PartialEq for VexRegisterUpdates
impl PartialEq for VexRegisterUpdates
impl Copy for VexRegisterUpdates
impl Eq for VexRegisterUpdates
impl StructuralPartialEq for VexRegisterUpdates
Auto Trait Implementations§
impl Freeze for VexRegisterUpdates
impl RefUnwindSafe for VexRegisterUpdates
impl Send for VexRegisterUpdates
impl Sync for VexRegisterUpdates
impl Unpin for VexRegisterUpdates
impl UnwindSafe for VexRegisterUpdates
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