aztec-nr - std

Primitive type u128

Trait implementations

impl Add for u128

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

impl AsPrimitive<Field> for u128

pub fn as_(self) -> Field

impl AsPrimitive<bool> for u128

pub fn as_(self) -> bool

impl AsPrimitive<i16> for u128

pub fn as_(self) -> i16

impl AsPrimitive<i32> for u128

pub fn as_(self) -> i32

impl AsPrimitive<i64> for u128

pub fn as_(self) -> i64

impl AsPrimitive<i8> for u128

pub fn as_(self) -> i8

impl AsPrimitive<u128> for u128

pub fn as_(self) -> Self

impl AsPrimitive<u16> for u128

pub fn as_(self) -> u16

impl AsPrimitive<u32> for u128

pub fn as_(self) -> u32

impl AsPrimitive<u64> for u128

pub fn as_(self) -> u64

impl AsPrimitive<u8> for u128

pub fn as_(self) -> u8

impl BitAnd for u128

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

impl BitOr for u128

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

impl BitXor for u128

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

impl Default for u128

pub fn default() -> Self

impl Div for u128

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

impl Eq for u128

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

impl From<bool> for u128

pub fn from(value: bool) -> Self

impl From<u16> for u128

pub fn from(value: u16) -> Self

impl From<u32> for u128

pub fn from(value: u32) -> Self

impl From<u64> for u128

pub fn from(value: u64) -> Self

impl From<u8> for u128

pub fn from(value: u8) -> Self

impl Hash for u128

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

impl Mul for u128

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

impl Not for u128

pub fn not(self) -> Self

impl Ord for u128

pub fn cmp(self, other: Self) -> Ordering

impl Rem for u128

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

impl Shl for u128

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

impl Shr for u128

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

impl Sub for u128

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

impl WrappingAdd for u128

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

impl WrappingMul for u128

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

impl WrappingSub for u128

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