[][src]Trait crypto_simd::AndNot

pub trait AndNot {
    type Output;
    fn andnot(self, rhs: Self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn andnot(self, rhs: Self) -> Self::Output

Loading content...

Implementors

Loading content...