pub enum VexVectorLength {
V128,
V256,
}
Available on crate feature
x86
only.Expand description
The VEX format allows choosing a vector length in the L
bit.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VexVectorLength
impl RefUnwindSafe for VexVectorLength
impl Send for VexVectorLength
impl Sync for VexVectorLength
impl Unpin for VexVectorLength
impl UnwindSafe for VexVectorLength
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