Struct core::fmt::RadixFmtUnstable [-]  [+] [src]

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

A helper type for formatting radixes.

Trait Implementations

impl Show for RadixFmt<int, Radix>

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

impl Show for RadixFmt<uint, Radix>

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

impl Show for RadixFmt<i8, Radix>

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

impl Show for RadixFmt<u8, Radix>

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

impl Show for RadixFmt<i16, Radix>

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

impl Show for RadixFmt<u16, Radix>

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

impl Show for RadixFmt<i32, Radix>

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

impl Show for RadixFmt<u32, Radix>

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

impl Show for RadixFmt<i64, Radix>

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

impl Show for RadixFmt<u64, Radix>

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

Derived Implementations

impl<T: Copy, R: Copy> Copy for RadixFmt<T, R>