Primitive Type u8
[-]
[+]
Operations and constants for unsigned 8-bits integers (u8 type)
Operations and constants for unsigned 8-bits integers (u8 type)
impl Int for u8fn zero() -> u8fn one() -> u8fn min_value() -> u8fn max_value() -> u8fn count_ones(self) -> uintfn leading_zeros(self) -> uintfn trailing_zeros(self) -> uintfn rotate_left(self, n: uint) -> u8fn rotate_right(self, n: uint) -> u8fn swap_bytes(self) -> u8fn checked_add(self, other: u8) -> Option<u8>fn checked_sub(self, other: u8) -> Option<u8>fn checked_mul(self, other: u8) -> Option<u8>fn checked_div(self, v: u8) -> Option<u8>fn count_zeros(self) -> uintfn from_be(x: Self) -> Selffn from_le(x: Self) -> Selffn to_be(self) -> Selffn to_le(self) -> Selffn saturating_add(self, other: Self) -> Selffn saturating_sub(self, other: Self) -> Selffn pow(self, exp: uint) -> Selfimpl UnsignedInt for u8fn is_power_of_two(self) -> boolfn next_power_of_two(self) -> Selffn checked_next_power_of_two(self) -> Option<Self>impl 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 FromStr for u8impl FromStrRadix for u8fn from_str_radix(src: &str, radix: uint) -> Option<u8>impl Num for u8impl Unsigned for u8impl Primitive for u8impl Zero for u8impl One for u8impl Bounded for u8impl Zeroable for u8impl 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<uint, u8> for u8impl Shr<uint, u8> for u8impl PartialEq for u8impl Eq for u8impl PartialOrd for u8fn partial_cmp(&self, other: &u8) -> Option<Ordering>fn 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 Step for u8impl<S: Writer> Hash<S> for u8fn hash(&self, state: &mut S)impl Show 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, enum,
trait, typedef (or
tdef).