pub enum AvxOpcode {
Vfmadd213ss,
Vfmadd213sd,
Vfmadd213ps,
Vfmadd213pd,
}
Variants§
Trait Implementations§
source§impl PartialEq<AvxOpcode> for AvxOpcode
impl PartialEq<AvxOpcode> for AvxOpcode
impl StructuralPartialEq for AvxOpcode
Auto Trait Implementations§
impl RefUnwindSafe for AvxOpcode
impl Send for AvxOpcode
impl Sync for AvxOpcode
impl Unpin for AvxOpcode
impl UnwindSafe for AvxOpcode
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