[][src]Struct ppv_lite86::u64x4

#[repr(C)]
pub struct u64x4(_, _);

Methods

impl u64x4[src]

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

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

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

pub fn splat(x: u64) -> Self[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 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 = u64x4

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> 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, 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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

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

type Owned = T