[][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

Loading content...