pub struct u64x2_generic(_);

Trait Implementations§

source§

impl Add<u64x2_generic> for u64x2_generic

§

type Output = u64x2_generic

The resulting type after applying the + operator.
source§

fn add(self, rhs: Self) -> Self::Output

Performs the + operation. Read more
source§

impl AddAssign<u64x2_generic> for u64x2_generic

source§

fn add_assign(&mut self, rhs: Self)

Performs the += operation. Read more
source§

impl AndNot for u64x2_generic

§

type Output = u64x2_generic

source§

fn andnot(self, rhs: Self) -> Self::Output

source§

impl BSwap for u64x2_generic

source§

fn bswap(self) -> Self

source§

impl BitAnd<u64x2_generic> for u64x2_generic

§

type Output = u64x2_generic

The resulting type after applying the & operator.
source§

fn bitand(self, rhs: Self) -> Self::Output

Performs the & operation. Read more
source§

impl BitAndAssign<u64x2_generic> for u64x2_generic

source§

fn bitand_assign(&mut self, rhs: Self)

Performs the &= operation. Read more
source§

impl BitOr<u64x2_generic> for u64x2_generic

§

type Output = u64x2_generic

The resulting type after applying the | operator.
source§

fn bitor(self, rhs: Self) -> Self::Output

Performs the | operation. Read more
source§

impl BitOrAssign<u64x2_generic> for u64x2_generic

source§

fn bitor_assign(&mut self, rhs: Self)

Performs the |= operation. Read more
source§

impl BitXor<u64x2_generic> for u64x2_generic

§

type Output = u64x2_generic

The resulting type after applying the ^ operator.
source§

fn bitxor(self, rhs: Self) -> Self::Output

Performs the ^ operation. Read more
source§

impl BitXorAssign<u64x2_generic> for u64x2_generic

source§

fn bitxor_assign(&mut self, rhs: Self)

Performs the ^= operation. Read more
source§

impl Clone for u64x2_generic

source§

fn clone(&self) -> u64x2_generic

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for u64x2_generic

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<u64x2_generic> for vec128_storage

source§

fn from(q: u64x2_generic) -> Self

Converts to this type from the input type.
source§

impl MultiLane<[u64; 2]> for u64x2_generic

source§

fn to_lanes(self) -> [u64; 2]

Split a multi-lane vector into single-lane vectors.
source§

fn from_lanes(xs: [u64; 2]) -> Self

Build a multi-lane vector from individual lanes.
source§

impl Not for u64x2_generic

§

type Output = u64x2_generic

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl PartialEq<u64x2_generic> for u64x2_generic

source§

fn eq(&self, other: &u64x2_generic) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl RotateEachWord32 for u64x2_generic

source§

impl RotateEachWord64 for u64x2_generic

source§

impl Store<vec128_storage> for u64x2_generic

source§

unsafe fn unpack(s: vec128_storage) -> Self

Safety Read more
source§

impl StoreBytes for u64x2_generic

source§

unsafe fn unsafe_read_le(input: &[u8]) -> Self

Safety Read more
source§

unsafe fn unsafe_read_be(input: &[u8]) -> Self

Safety Read more
source§

fn write_le(self, out: &mut [u8])

source§

fn write_be(self, out: &mut [u8])

source§

impl Swap64 for u64x2_generic

source§

fn swap1(self) -> Self

source§

fn swap2(self) -> Self

source§

fn swap4(self) -> Self

source§

fn swap8(self) -> Self

source§

fn swap16(self) -> Self

source§

fn swap32(self) -> Self

source§

fn swap64(self) -> Self

source§

impl Vec2<u64> for u64x2_generic

source§

fn extract(self, i: u32) -> u64

source§

fn insert(self, v: u64, i: u32) -> Self

source§

impl ArithOps for u64x2_generic

source§

impl BitOps0 for u64x2_generic

source§

impl BitOps32 for u64x2_generic

source§

impl BitOps64 for u64x2_generic

source§

impl Copy for u64x2_generic

source§

impl StructuralPartialEq for u64x2_generic

source§

impl u64x2<GenericMachine> for u64x2_generic

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

source§

fn vzip(self) -> V