[src]

Struct std::fmt::RadixFmt

pub struct RadixFmt<T, R>(T, R);

A helper type for formatting radixes.

Trait Implementations

impl Show for RadixFmt<int, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<uint, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<i8, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<u8, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<i16, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<u16, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<i32, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<u32, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<i64, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Show for RadixFmt<u64, Radix>

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.