Primitive Type uintUnstable
Operations and constants for architecture-sized unsigned integers (uint type)
Operations and constants for architecture-sized unsigned integers (uint type)
impl Num for uintimpl Zero for uintimpl One for uintimpl Unsigned for uintimpl Bounded for uintimpl Primitive for uintimpl Int for uintfn count_ones(self) -> uintfn leading_zeros(self) -> uintfn trailing_zeros(self) -> uintfn rotate_left(self, n: uint) -> uintfn rotate_right(self, n: uint) -> uintfn swap_bytes(self) -> uintfn count_zeros(self) -> Selffn from_be(x: Self) -> Selffn from_le(x: Self) -> Selffn to_be(self) -> Selffn to_le(self) -> Selfimpl ToPrimitive for uintfn 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 uintfn from_int(n: int) -> Option<uint>fn from_i8(n: i8) -> Option<uint>fn from_i16(n: i16) -> Option<uint>fn from_i32(n: i32) -> Option<uint>fn from_i64(n: i64) -> Option<uint>fn from_uint(n: uint) -> Option<uint>fn from_u8(n: u8) -> Option<uint>fn from_u16(n: u16) -> Option<uint>fn from_u32(n: u32) -> Option<uint>fn from_u64(n: u64) -> Option<uint>fn from_f32(n: f32) -> Option<uint>fn from_f64(n: f64) -> Option<uint>impl NumCast for uintfn from<N: ToPrimitive>(n: N) -> Option<uint>impl CheckedAdd for uintfn checked_add(&self, v: &uint) -> Option<uint>impl CheckedSub for uintfn checked_sub(&self, v: &uint) -> Option<uint>impl CheckedMul for uintfn checked_mul(&self, v: &uint) -> Option<uint>impl CheckedDiv for uintfn checked_div(&self, v: &uint) -> Option<uint>impl Add<uint, uint> for uintimpl Sub<uint, uint> for uintimpl Mul<uint, uint> for uintimpl Div<uint, uint> for uintimpl Rem<uint, uint> for uintimpl Neg<uint> for uintimpl Not<uint> for uintimpl BitAnd<uint, uint> for uintimpl BitOr<uint, uint> for uintimpl BitXor<uint, uint> for uintimpl Shl<uint, uint> for uintimpl Shr<uint, uint> for uintimpl PartialEq for uintimpl Eq for uintimpl PartialOrd for uintfn lt(&self, other: &uint) -> boolfn le(&self, other: &uint) -> boolfn ge(&self, other: &uint) -> boolfn gt(&self, other: &uint) -> boolimpl Ord for uintimpl Clone for uintimpl Default for uintimpl Show for uintimpl Unsigned for uintimpl Binary for uintimpl Octal for uintimpl LowerHex for uintimpl UpperHex for uint
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).