pub enum EvexRoundingControl {
RNE,
RD,
RU,
RZ,
}Expand description
The EVEX format allows defining rounding control in the L' and L bits; see EvexContext.
Variants§
Auto Trait Implementations§
impl Freeze for EvexRoundingControl
impl RefUnwindSafe for EvexRoundingControl
impl Send for EvexRoundingControl
impl Sync for EvexRoundingControl
impl Unpin for EvexRoundingControl
impl UnwindSafe for EvexRoundingControl
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