Trait packed_simd::Mask

source ·
pub trait Mask: Seal {
    // Required method
    fn test(&self) -> bool;
}
Expand description

This trait is implemented by all mask types

Required Methods§

source

fn test(&self) -> bool

Implementors§