Enum EvexVectorLength
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§
Trait Implementations§
§impl Default for EvexVectorLength
impl Default for EvexVectorLength
§fn default() -> EvexVectorLength
fn default() -> EvexVectorLength
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EvexVectorLength
impl RefUnwindSafe for EvexVectorLength
impl Send for EvexVectorLength
impl Sync for EvexVectorLength
impl Unpin for EvexVectorLength
impl UnwindSafe for EvexVectorLength
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