Struct std::fmt::RadixFmt [] [src]

pub struct RadixFmt<T, R>(_, _);
Unstable (fmt_radix #27728)

: may be renamed or move to a different module

A helper type for formatting radixes.

Trait Implementations

impl Debug for RadixFmt<isize, Radix>

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

impl Display for RadixFmt<isize, Radix>

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

impl Debug for RadixFmt<usize, Radix>

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

impl Display for RadixFmt<usize, Radix>

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

impl Debug for RadixFmt<i8, Radix>

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

impl Display for RadixFmt<i8, Radix>

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

impl Debug for RadixFmt<u8, Radix>

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

impl Display for RadixFmt<u8, Radix>

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

impl Debug for RadixFmt<i16, Radix>

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

impl Display for RadixFmt<i16, Radix>

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

impl Debug for RadixFmt<u16, Radix>

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

impl Display for RadixFmt<u16, Radix>

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

impl Debug for RadixFmt<i32, Radix>

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

impl Display for RadixFmt<i32, Radix>

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

impl Debug for RadixFmt<u32, Radix>

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

impl Display for RadixFmt<u32, Radix>

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

impl Debug for RadixFmt<i64, Radix>

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

impl Display for RadixFmt<i64, Radix>

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

impl Debug for RadixFmt<u64, Radix>

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

impl Display for RadixFmt<u64, Radix>

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

Derived Implementations

impl<T, R> Clone for RadixFmt<T, R> where R: Clone, T: Clone

fn clone(&self) -> RadixFmt<T, R>

fn clone_from(&mut self, source: &Self)

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