[][src]Struct packed_simd_2::m8

pub struct m8(_);

8-bit wide mask.

Implementations

impl m8[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 m8[src]

impl Copy for m8[src]

impl Debug for m8[src]

impl Default for m8[src]

impl Eq for m8[src]

impl Hash for m8[src]

impl Mask for m8[src]

impl Ord for m8[src]

impl PartialEq<m8> for m8[src]

impl PartialOrd<m8> for m8[src]

Auto Trait Implementations

impl Send for m8

impl Sync for m8

impl Unpin for m8

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.