[][src]Struct ppv_null::u64x4

pub struct u64x4(_, _, _, _);

Methods

impl u64x4[src]

pub fn new(a: u64, b: u64, c: u64, d: u64) -> Self[src]

pub fn rotate_right(&mut self, ii: Self) -> Self[src]

pub fn from_slice_unaligned(xs: &[u64]) -> Self[src]

pub fn splat(x: u64) -> Self[src]

pub fn write_to_slice_unaligned(self, xs: &mut [u64])[src]

pub fn replace(self, i: usize, v: u64) -> Self[src]

pub fn extract(self, i: usize) -> u64[src]

Trait Implementations

impl Clone for u64x4[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for u64x4[src]

impl Add<u64x4> for u64x4[src]

type Output = Self

The resulting type after applying the + operator.

impl AddAssign<u64x4> for u64x4[src]

impl BitAnd<u64x4> for u64x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<u64x4> for u64x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<u64x4> for u64x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<u64x4> for u64x4[src]

impl RotateWordsRight for u64x4[src]

type Output = Self

impl SplatRotateRight for u64x4[src]

type Output = Self

Auto Trait Implementations

impl Send for u64x4

impl Sync for u64x4

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]