Struct std::fmt::RadixFmt[src]
pub struct RadixFmt<T, R>(_, _);
A helper type for formatting radixes.
pub struct RadixFmt<T, R>(_, _);
A helper type for formatting radixes.
impl Show for RadixFmt<int, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<uint, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<i8, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<u8, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<i16, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<u16, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<i32, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<u32, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<i64, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>impl Show for RadixFmt<u64, Radix>fn fmt(&self, f: &mut Formatter) -> Result<(), FormatError>
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).