aztec-nr - std

Primitive type i64

Trait implementations

impl Add for i64

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

impl AsPrimitive<bool> for i64

pub fn as_(self) -> bool

impl AsPrimitive<i16> for i64

pub fn as_(self) -> i16

impl AsPrimitive<i32> for i64

pub fn as_(self) -> i32

impl AsPrimitive<i64> for i64

pub fn as_(self) -> Self

impl AsPrimitive<i8> for i64

pub fn as_(self) -> i8

impl AsPrimitive<u128> for i64

pub fn as_(self) -> u128

impl AsPrimitive<u16> for i64

pub fn as_(self) -> u16

impl AsPrimitive<u32> for i64

pub fn as_(self) -> u32

impl AsPrimitive<u64> for i64

pub fn as_(self) -> u64

impl AsPrimitive<u8> for i64

pub fn as_(self) -> u8

impl BitAnd for i64

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

impl BitOr for i64

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

impl BitXor for i64

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

impl Default for i64

pub fn default() -> Self

impl Div for i64

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

impl Eq for i64

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

impl From<bool> for i64

pub fn from(value: bool) -> Self

impl From<i16> for i64

pub fn from(value: i16) -> Self

impl From<i32> for i64

pub fn from(value: i32) -> Self

impl From<i8> for i64

pub fn from(value: i8) -> Self

impl Hash for i64

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

impl Mul for i64

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

impl Neg for i64

pub fn neg(self) -> Self

impl Not for i64

pub fn not(self) -> Self

impl Ord for i64

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

impl Rem for i64

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

impl Shl for i64

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

impl Shr for i64

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

impl Sub for i64

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

impl WrappingAdd for i64

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

impl WrappingMul for i64

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

impl WrappingSub for i64

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