[][src]Struct ppv_lite86::u32x4

#[repr(transparent)]
pub struct u32x4(_);

Methods

impl u32x4[src]

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

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

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

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

Trait Implementations

impl Clone for u32x4[src]

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

Performs copy-assignment from source. Read more

impl Copy for u32x4[src]

impl AddAssign<u32x4> for u32x4[src]

impl BitAnd<u32x4> for u32x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<u32x4> for u32x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<u32x4> for u32x4[src]

type Output = u32x4

The resulting type after applying the ^ operator.

impl BitXorAssign<u32x4> for u32x4[src]

impl RotateWordsRight for u32x4[src]

type Output = Self

impl SplatRotateRight for u32x4[src]

type Output = Self

Auto Trait Implementations

impl Send for u32x4

impl Sync for u32x4

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