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