Primitive Type u64Unstable
Operations and constants for unsigned 64-bits integer (u64 type)
Operations and constants for unsigned 64-bits integer (u64 type)
impl Num for u64impl Zero for u64impl One for u64impl Unsigned for u64impl Bounded for u64impl Primitive for u64impl Int for u64fn count_ones(self) -> u64fn leading_zeros(self) -> u64fn trailing_zeros(self) -> u64fn rotate_left(self, n: uint) -> u64fn rotate_right(self, n: uint) -> u64fn swap_bytes(self) -> u64fn count_zeros(self) -> Selffn from_be(x: Self) -> Selffn from_le(x: Self) -> Selffn to_be(self) -> Selffn to_le(self) -> Selfimpl 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>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>impl NumCast for u64fn from<N: ToPrimitive>(n: N) -> Option<u64>impl CheckedAdd for u64fn checked_add(&self, v: &u64) -> Option<u64>impl CheckedSub for u64fn checked_sub(&self, v: &u64) -> Option<u64>impl CheckedMul for u64fn checked_mul(&self, v: &u64) -> Option<u64>impl CheckedDiv for u64fn checked_div(&self, v: &u64) -> Option<u64>impl 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<u64, u64> for u64impl Shr<u64, u64> for u64impl PartialEq for u64impl Eq for u64impl PartialOrd for u64fn lt(&self, other: &u64) -> boolfn le(&self, other: &u64) -> boolfn ge(&self, other: &u64) -> boolfn gt(&self, other: &u64) -> boolimpl Ord for u64impl Clone for u64impl Default for u64impl Show for u64impl Unsigned for u64impl Binary for u64impl Octal for u64impl LowerHex for u64impl UpperHex 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 (or str), enum,
trait, typedef (or
tdef).