Primitive Type i64
[-]
[+]
Operations and constants for signed 64-bits integers (i64 type)
Operations and constants for signed 64-bits integers (i64 type)
impl Int for i64fn zero() -> i64fn one() -> i64fn min_value() -> i64fn max_value() -> i64fn count_ones(self) -> uintfn leading_zeros(self) -> uintfn trailing_zeros(self) -> uintfn rotate_left(self, n: uint) -> i64fn rotate_right(self, n: uint) -> i64fn swap_bytes(self) -> i64fn checked_add(self, other: i64) -> Option<i64>fn checked_sub(self, other: i64) -> Option<i64>fn checked_mul(self, other: i64) -> Option<i64>fn checked_div(self, v: i64) -> Option<i64>fn count_zeros(self) -> uintfn from_be(x: Self) -> Selffn from_le(x: Self) -> Selffn to_be(self) -> Selffn to_le(self) -> Selffn saturating_add(self, other: Self) -> Selffn saturating_sub(self, other: Self) -> Selffn pow(self, exp: uint) -> Selfimpl SignedInt for i64fn abs(self) -> i64fn signum(self) -> i64fn is_positive(self) -> boolfn is_negative(self) -> boolimpl ToPrimitive for i64fn to_int(&self) -> Option<int>fn to_i8(&self) -> Option<i8>fn to_i16(&self) -> Option<i16>fn to_i32(&self) -> Option<i32>fn to_i64(&self) -> Option<i64>fn to_uint(&self) -> Option<uint>fn to_u8(&self) -> Option<u8>fn to_u16(&self) -> Option<u16>fn to_u32(&self) -> Option<u32>fn to_u64(&self) -> Option<u64>fn to_f32(&self) -> Option<f32>fn to_f64(&self) -> Option<f64>impl FromPrimitive for i64fn from_int(n: int) -> Option<i64>fn from_i8(n: i8) -> Option<i64>fn from_i16(n: i16) -> Option<i64>fn from_i32(n: i32) -> Option<i64>fn from_i64(n: i64) -> Option<i64>fn from_uint(n: uint) -> Option<i64>fn from_u8(n: u8) -> Option<i64>fn from_u16(n: u16) -> Option<i64>fn from_u32(n: u32) -> Option<i64>fn from_u64(n: u64) -> Option<i64>fn from_f32(n: f32) -> Option<i64>fn from_f64(n: f64) -> Option<i64>impl NumCast for i64fn from<N: ToPrimitive>(n: N) -> Option<i64>impl FromStr for i64impl FromStrRadix for i64fn from_str_radix(src: &str, radix: uint) -> Option<i64>impl Num for i64impl Primitive for i64impl Zero for i64impl One for i64impl Bounded for i64impl Zeroable for i64impl Add<i64, i64> for i64impl Sub<i64, i64> for i64impl Mul<i64, i64> for i64impl Div<i64, i64> for i64impl Rem<i64, i64> for i64impl Neg<i64> for i64impl Not<i64> for i64impl BitAnd<i64, i64> for i64impl BitOr<i64, i64> for i64impl BitXor<i64, i64> for i64impl Shl<uint, i64> for i64impl Shr<uint, i64> for i64impl PartialEq for i64impl Eq for i64impl PartialOrd for i64fn partial_cmp(&self, other: &i64) -> Option<Ordering>fn lt(&self, other: &i64) -> boolfn le(&self, other: &i64) -> boolfn ge(&self, other: &i64) -> boolfn gt(&self, other: &i64) -> boolimpl Ord for i64impl Clone for i64impl Default for i64impl Step for i64impl<S: Writer> Hash<S> for i64fn hash(&self, state: &mut S)impl Show for i64impl Binary for i64impl Octal for i64impl LowerHex for i64impl UpperHex for i64
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).