Trait packed_simd_2::Mask[][src]

pub trait Mask: Seal {
    fn test(&self) -> bool;
}
Expand description

This trait is implemented by all mask types

Required methods

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

Implementors

impl Mask for m8[src]

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

impl Mask for m16[src]

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

impl Mask for m32[src]

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

impl Mask for m64[src]

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

impl Mask for m128[src]

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

impl Mask for msize[src]

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