Expand description
Defines the EVEX masking behavior; masking support is described in section 2.6.4 of the Intel Software Development Manual, volume 2A.
Variants
None
Merging
Fields
k: u8
Zeroing
Fields
k: u8
Implementations
Trait Implementations
sourceimpl Default for EvexMasking
impl Default for EvexMasking
sourcefn default() -> EvexMasking
fn default() -> EvexMasking
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EvexMasking
impl Send for EvexMasking
impl Sync for EvexMasking
impl Unpin for EvexMasking
impl UnwindSafe for EvexMasking
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