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