pub enum EvexVectorLength {
V128,
V256,
V512,
}
Expand description
The EVEX format allows choosing a vector length in the L'
and L
bits; see EvexContext
.
Variants
V128
V256
V512
Trait Implementations
sourceimpl Default for EvexVectorLength
impl Default for EvexVectorLength
sourcefn default() -> EvexVectorLength
fn default() -> EvexVectorLength
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EvexVectorLength
impl Send for EvexVectorLength
impl Sync for EvexVectorLength
impl Unpin for EvexVectorLength
impl UnwindSafe for EvexVectorLength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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