[][src]Struct ppv_null::u32x4x4

pub struct u32x4x4(_, _, _, _);

Methods

impl u32x4x4[src]

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

pub fn splat(a: u32x4) -> Self[src]

pub fn into_parts(self) -> (u32x4, u32x4, u32x4, u32x4)[src]

Trait Implementations

impl Clone for u32x4x4[src]

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

Performs copy-assignment from source. Read more

impl Copy for u32x4x4[src]

impl Add<u32x4x4> for u32x4x4[src]

type Output = Self

The resulting type after applying the + operator.

impl AddAssign<u32x4x4> for u32x4x4[src]

impl BitAnd<u32x4x4> for u32x4x4[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<u32x4x4> for u32x4x4[src]

type Output = Self

The resulting type after applying the | operator.

impl BitXor<u32x4x4> for u32x4x4[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<u32x4x4> for u32x4x4[src]

impl RotateWordsRight for u32x4x4[src]

type Output = Self

impl SplatRotateRight for u32x4x4[src]

type Output = Self

Auto Trait Implementations

impl Send for u32x4x4

impl Sync for u32x4x4

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]