[][src]Struct packed_simd_2::m32

pub struct m32(_);

32-bit wide mask.

Implementations

impl m32[src]

pub fn new(x: bool) -> Self[src]

Instantiate a mask with value

pub fn test(&self) -> bool[src]

Test if the mask is set

Trait Implementations

impl Clone for m32[src]

impl Copy for m32[src]

impl Debug for m32[src]

impl Default for m32[src]

impl Eq for m32[src]

impl Hash for m32[src]

impl Mask for m32[src]

impl Ord for m32[src]

impl PartialEq<m32> for m32[src]

impl PartialOrd<m32> for m32[src]

Auto Trait Implementations

impl Send for m32

impl Sync for m32

impl Unpin for m32

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.