pub enum VexPrefix {
_66,
_F2,
_F3,
}
Expand description
Contains the legacy prefixes allowed for VEX-encoded instructions.
VEX encodes a subset of Group1Prefix
and 0x66
(see Group3Prefix
)
as part of the pp
bit field.
Variants§
Trait Implementations§
impl Copy for VexPrefix
impl StructuralPartialEq for VexPrefix
Auto Trait Implementations§
impl Freeze for VexPrefix
impl RefUnwindSafe for VexPrefix
impl Send for VexPrefix
impl Sync for VexPrefix
impl Unpin for VexPrefix
impl UnwindSafe for VexPrefix
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