#[repr(transparent)]pub struct u128x1_sse2<S3, S4, NI> {
x: __m128i,
s3: PhantomData<S3>,
s4: PhantomData<S4>,
ni: PhantomData<NI>,
}
Fields§
§x: __m128i
§s3: PhantomData<S3>
§s4: PhantomData<S4>
§ni: PhantomData<NI>
Implementations§
Trait Implementations§
Source§impl<S3, S4, NI> BitAnd for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> BitAnd for u128x1_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> BitAndAssign for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitAndAssign for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: Copy,
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl<S3, S4, NI> BitOr for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> BitOr for u128x1_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> BitOrAssign for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitOrAssign for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: Copy,
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl<S3, S4, NI> BitXor for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> BitXor for u128x1_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> BitXorAssign for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: Copy,
impl<S3, S4, NI> BitXorAssign for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: Copy,
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl<S3: Clone, S4: Clone, NI: Clone> Clone for u128x1_sse2<S3, S4, NI>
impl<S3: Clone, S4: Clone, NI: Clone> Clone for u128x1_sse2<S3, S4, NI>
Source§fn clone(&self) -> u128x1_sse2<S3, S4, NI>
fn clone(&self) -> u128x1_sse2<S3, S4, NI>
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<S3, S4, NI> Default for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> Default for u128x1_sse2<S3, S4, NI>
Source§impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u32x4_sse2<S3, S4, NI>
impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u32x4_sse2<S3, S4, NI>
Source§fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
Converts to this type from the input type.
Source§impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u64x2_sse2<S3, S4, NI>
impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for u64x2_sse2<S3, S4, NI>
Source§fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
Converts to this type from the input type.
Source§impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for vec128_storage
impl<S3, S4, NI> From<u128x1_sse2<S3, S4, NI>> for vec128_storage
Source§fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
fn from(x: u128x1_sse2<S3, S4, NI>) -> Self
Converts to this type from the input type.
Source§impl<S3, S4, NI> FromBytes for u128x1_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
impl<S3, S4, NI> FromBytes for u128x1_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
Source§impl<S3, S4, NI> FromZeros for u128x1_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
impl<S3, S4, NI> FromZeros for u128x1_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
Source§impl<S3, S4, NI> IntoBytes for u128x1_sse2<S3, S4, NI>where
__m128i: IntoBytes,
PhantomData<S3>: IntoBytes,
PhantomData<S4>: IntoBytes,
PhantomData<NI>: IntoBytes,
(): PaddingFree<Self, { 0 }>,
impl<S3, S4, NI> IntoBytes for u128x1_sse2<S3, S4, NI>where
__m128i: IntoBytes,
PhantomData<S3>: IntoBytes,
PhantomData<S4>: IntoBytes,
PhantomData<NI>: IntoBytes,
(): PaddingFree<Self, { 0 }>,
Source§fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8]where
Self: FromBytes,
Gets the bytes of this value mutably. Read more
Source§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl<S3, S4, NI> Not for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> Not for u128x1_sse2<S3, S4, NI>
Source§impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord32 for u128x1_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord32 for u128x1_sse2<S3, S4, NI>
fn rotate_each_word_right7(self) -> Self
fn rotate_each_word_right8(self) -> Self
fn rotate_each_word_right11(self) -> Self
fn rotate_each_word_right12(self) -> Self
fn rotate_each_word_right16(self) -> Self
fn rotate_each_word_right20(self) -> Self
fn rotate_each_word_right24(self) -> Self
fn rotate_each_word_right25(self) -> Self
Source§impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u128x1_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord64 for u128x1_sse2<S3, S4, NI>
fn rotate_each_word_right32(self) -> Self
Source§impl<S3, S4, NI> Store<vec128_storage> for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> Store<vec128_storage> for u128x1_sse2<S3, S4, NI>
Source§unsafe fn unpack(x: vec128_storage) -> Self
unsafe fn unpack(x: vec128_storage) -> Self
Safety Read more
Source§impl<S3, S4, NI> StoreBytes for u128x1_sse2<S3, S4, NI>where
Self: BSwap,
impl<S3, S4, NI> StoreBytes for u128x1_sse2<S3, S4, NI>where
Self: BSwap,
Source§impl<S4, NI> Swap64 for u128x1_sse2<NoS3, S4, NI>
impl<S4, NI> Swap64 for u128x1_sse2<NoS3, S4, NI>
Source§impl<S4, NI> Swap64 for u128x1_sse2<YesS3, S4, NI>
impl<S4, NI> Swap64 for u128x1_sse2<YesS3, S4, NI>
Source§impl<S3, S4, NI> TryFromBytes for u128x1_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
impl<S3, S4, NI> TryFromBytes for u128x1_sse2<S3, S4, NI>where
__m128i: FromBytes,
PhantomData<S3>: FromBytes,
PhantomData<S4>: FromBytes,
PhantomData<NI>: FromBytes,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl<S3: Copy, S4: Copy, NI: Copy> BitOps0 for u128x1_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> BitOps128 for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: RotateEachWord128,
impl<S3: Copy, S4: Copy, NI: Copy> BitOps32 for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: RotateEachWord32,
impl<S3: Copy, S4: Copy, NI: Copy> BitOps64 for u128x1_sse2<S3, S4, NI>
impl<S3: Copy, S4: Copy, NI: Copy> Copy for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> Immutable for u128x1_sse2<S3, S4, NI>where
__m128i: Immutable,
PhantomData<S3>: Immutable,
PhantomData<S4>: Immutable,
PhantomData<NI>: Immutable,
impl<S3: Copy, S4: Copy, NI: Copy> RotateEachWord128 for u128x1_sse2<S3, S4, NI>
impl<NI: Copy> u128x1<Avx2Machine<NI>> for u128x1_sse2<YesS3, YesS4, NI>where
u128x1_sse2<YesS3, YesS4, NI>: Swap64 + RotateEachWord64 + RotateEachWord32 + BSwap + Into<<SseMachine<YesS3, YesS4, NI> as Machine>::u32x4> + Into<<SseMachine<YesS3, YesS4, NI> as Machine>::u64x2>,
SseMachine<YesS3, YesS4, NI>: Machine,
impl<S3: Copy, S4: Copy, NI: Copy> u128x1<SseMachine<S3, S4, NI>> for u128x1_sse2<S3, S4, NI>where
u128x1_sse2<S3, S4, NI>: Swap64 + RotateEachWord64 + RotateEachWord32 + BSwap + Into<<SseMachine<S3, S4, NI> as Machine>::u32x4> + Into<<SseMachine<S3, S4, NI> as Machine>::u64x2>,
SseMachine<S3, S4, NI>: Machine,
Auto Trait Implementations§
impl<S3, S4, NI> Freeze for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> RefUnwindSafe for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> Send for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> Sync for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> Unpin for u128x1_sse2<S3, S4, NI>
impl<S3, S4, NI> UnwindSafe for u128x1_sse2<S3, S4, NI>
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