[][src]Trait ppv_lite86::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

impl AndNot for u128x1_generic[src]

type Output = Self

impl AndNot for u32x4_generic[src]

type Output = Self

impl AndNot for u64x2_generic[src]

type Output = Self

Loading content...