Enum cranelift_codegen::isa::x64::encoding::vex::VexVectorLength
source · [−]pub enum VexVectorLength {
V128,
V256,
}
Expand description
The VEX format allows choosing a vector length in the L
bit.
Variants
V128
V256
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VexVectorLength
impl Send for VexVectorLength
impl Sync for VexVectorLength
impl Unpin for VexVectorLength
impl UnwindSafe for VexVectorLength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more