#[repr(transparent)]pub(crate) struct AvxVectorQ0_15Sse {
pub(crate) v: __m128i,
}Fields§
§v: __m128iTrait Implementations§
Source§impl Add for AvxVectorQ0_15Sse
impl Add for AvxVectorQ0_15Sse
Source§type Output = AvxVectorQ0_15Sse
type Output = AvxVectorQ0_15Sse
The resulting type after applying the
+ operator.Source§impl Clone for AvxVectorQ0_15Sse
impl Clone for AvxVectorQ0_15Sse
Source§fn clone(&self) -> AvxVectorQ0_15Sse
fn clone(&self) -> AvxVectorQ0_15Sse
Returns a duplicate 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<const GRID_SIZE: usize> Fetcher<AvxVectorQ0_15Sse> for TetrahedralAvxSseFetchVector<'_, GRID_SIZE>
impl<const GRID_SIZE: usize> Fetcher<AvxVectorQ0_15Sse> for TetrahedralAvxSseFetchVector<'_, GRID_SIZE>
Source§impl From<i16> for AvxVectorQ0_15Sse
impl From<i16> for AvxVectorQ0_15Sse
Source§impl FusedMultiplyAdd<AvxVectorQ0_15Sse> for AvxVectorQ0_15Sse
impl FusedMultiplyAdd<AvxVectorQ0_15Sse> for AvxVectorQ0_15Sse
fn mla(&self, b: AvxVectorQ0_15Sse, c: AvxVectorQ0_15Sse) -> AvxVectorQ0_15Sse
Source§impl Mul for AvxVectorQ0_15Sse
impl Mul for AvxVectorQ0_15Sse
Source§type Output = AvxVectorQ0_15Sse
type Output = AvxVectorQ0_15Sse
The resulting type after applying the
* operator.Source§impl Sub for AvxVectorQ0_15Sse
impl Sub for AvxVectorQ0_15Sse
Source§type Output = AvxVectorQ0_15Sse
type Output = AvxVectorQ0_15Sse
The resulting type after applying the
- operator.impl Copy for AvxVectorQ0_15Sse
Auto Trait Implementations§
impl Freeze for AvxVectorQ0_15Sse
impl RefUnwindSafe for AvxVectorQ0_15Sse
impl Send for AvxVectorQ0_15Sse
impl Sync for AvxVectorQ0_15Sse
impl Unpin for AvxVectorQ0_15Sse
impl UnsafeUnpin for AvxVectorQ0_15Sse
impl UnwindSafe for AvxVectorQ0_15Sse
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