aztec-nr - std

Primitive type u1

Trait implementations

impl Add for u1

pub fn add(self, other: Self) -> Self

impl BitAnd for u1

pub fn bitand(self, other: Self) -> Self

impl BitOr for u1

pub fn bitor(self, other: Self) -> Self

impl BitXor for u1

pub fn bitxor(self, other: Self) -> Self

impl Default for u1

pub fn default() -> Self

impl Div for u1

pub fn div(self, other: Self) -> Self

impl Eq for u1

pub fn eq(self, other: Self) -> bool

impl Hash for u1

pub fn hash<H>(self, state: &mut H)
where H: Hasher

impl Mul for u1

pub fn mul(self, other: Self) -> Self

impl Not for u1

pub fn not(self) -> Self

impl Rem for u1

pub fn rem(self, other: Self) -> Self

impl Shl for u1

pub fn shl(self, other: Self) -> Self

impl Shr for u1

pub fn shr(self, other: Self) -> Self

impl Sub for u1

pub fn sub(self, other: Self) -> Self

impl WrappingAdd for u1

pub fn wrapping_add(self, y: Self) -> Self

impl WrappingMul for u1

pub fn wrapping_mul(self, y: Self) -> Self

impl WrappingSub for u1

pub fn wrapping_sub(self, y: Self) -> Self