pub enum VecALUModOp {
Bsl,
Fmla,
Fmls,
}
Available on crate feature
arm64
only.Expand description
Internal type VecALUModOp: defined at src/isa/aarch64/inst.isle line 1572.
Variants§
Trait Implementations§
Source§impl Clone for VecALUModOp
impl Clone for VecALUModOp
Source§fn clone(&self) -> VecALUModOp
fn clone(&self) -> VecALUModOp
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VecALUModOp
impl Debug for VecALUModOp
Source§impl PartialEq for VecALUModOp
impl PartialEq for VecALUModOp
impl Copy for VecALUModOp
impl Eq for VecALUModOp
impl StructuralPartialEq for VecALUModOp
Auto Trait Implementations§
impl Freeze for VecALUModOp
impl RefUnwindSafe for VecALUModOp
impl Send for VecALUModOp
impl Sync for VecALUModOp
impl Unpin for VecALUModOp
impl UnwindSafe for VecALUModOp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.