Primitive Type u64
[-]
[+]
Operations and constants for unsigned 64-bits integer (u64 type)
Operations and constants for unsigned 64-bits integer (u64 type)
impl Int for u64fn zero() -> u64fn one() -> u64fn min_value() -> u64fn max_value() -> u64fn count_ones(self) -> uintfn leading_zeros(self) -> uintfn trailing_zeros(self) -> uintfn rotate_left(self, n: uint) -> u64fn rotate_right(self, n: uint) -> u64fn swap_bytes(self) -> u64fn checked_add(self, other: u64) -> Option<u64>fn checked_sub(self, other: u64) -> Option<u64>fn checked_mul(self, other: u64) -> Option<u64>fn checked_div(self, v: u64) -> Option<u64>fn count_zeros(self) -> uintfn from_be(u64) -> u64fn from_le(u64) -> u64fn to_be(self) -> u64fn to_le(self) -> u64fn saturating_add(self, u64) -> u64fn saturating_sub(self, u64) -> u64fn pow(self, uint) -> u64impl UnsignedInt for u64fn is_power_of_two(self) -> boolfn next_power_of_two(self) -> u64fn checked_next_power_of_two(self) -> Option<u64>impl ToPrimitive for u64fn 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>fn 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_uint(&self) -> Option<uint>fn to_u8(&self) -> Option<u8>fn to_u16(&self) -> Option<u16>fn to_u32(&self) -> Option<u32>fn to_f32(&self) -> Option<f32>fn to_f64(&self) -> Option<f64>impl FromPrimitive for u64fn from_int(n: int) -> Option<u64>fn from_i8(n: i8) -> Option<u64>fn from_i16(n: i16) -> Option<u64>fn from_i32(n: i32) -> Option<u64>fn from_i64(n: i64) -> Option<u64>fn from_uint(n: uint) -> Option<u64>fn from_u8(n: u8) -> Option<u64>fn from_u16(n: u16) -> Option<u64>fn from_u32(n: u32) -> Option<u64>fn from_u64(n: u64) -> Option<u64>fn from_f32(n: f32) -> Option<u64>fn from_f64(n: f64) -> Option<u64>fn from_int(int) -> Option<u64>fn from_i8(i8) -> Option<u64>fn from_i16(i16) -> Option<u64>fn from_i32(i32) -> Option<u64>fn from_uint(uint) -> Option<u64>fn from_u8(u8) -> Option<u64>fn from_u16(u16) -> Option<u64>fn from_u32(u32) -> Option<u64>fn from_f32(f32) -> Option<u64>fn from_f64(f64) -> Option<u64>impl NumCast for u64fn from<N: ToPrimitive>(n: N) -> Option<u64>impl FromStr for u64impl FromStrRadix for u64fn from_str_radix(src: &str, radix: uint) -> Option<u64>impl Num for u64impl Unsigned for u64impl Primitive for u64impl Zero for u64impl One for u64impl Bounded for u64impl Zeroable for u64impl Add<u64, u64> for u64impl Sub<u64, u64> for u64impl Mul<u64, u64> for u64impl Div<u64, u64> for u64impl Rem<u64, u64> for u64impl Neg<u64> for u64impl Not<u64> for u64impl BitAnd<u64, u64> for u64impl BitOr<u64, u64> for u64impl BitXor<u64, u64> for u64impl Shl<uint, u64> for u64impl Shr<uint, u64> for u64impl PartialEq<u64> for u64impl Eq for u64fn assert_receiver_is_total_eq(&self)impl PartialOrd<u64> for u64fn partial_cmp(&self, other: &u64) -> Option<Ordering>fn lt(&self, other: &u64) -> boolfn le(&self, other: &u64) -> boolfn ge(&self, other: &u64) -> boolfn gt(&self, other: &u64) -> boolfn lt(&self, &u64) -> boolfn le(&self, &u64) -> boolfn gt(&self, &u64) -> boolfn ge(&self, &u64) -> boolimpl Ord for u64impl Clone for u64impl Default for u64impl Step for u64impl<S: Writer> Hash<S> for u64fn hash(&self, state: &mut S)impl Show for u64impl Binary for u64impl Octal for u64impl LowerHex for u64impl UpperHex for u64impl SampleRange for u64fn construct_range(low: u64, high: u64) -> Range<u64>fn sample_range<R: Rng>(r: &Range<u64>, rng: &mut R) -> u64impl Rand for u64
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).