Struct core::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

impl Display for RadixFmt<isize, Radix>

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

impl Debug for RadixFmt<usize, Radix>

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

impl Display for RadixFmt<usize, Radix>

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

impl Debug for RadixFmt<i8, Radix>

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

impl Display for RadixFmt<i8, Radix>

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

impl Debug for RadixFmt<u8, Radix>

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

impl Display for RadixFmt<u8, Radix>

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

impl Debug for RadixFmt<i16, Radix>

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

impl Display for RadixFmt<i16, Radix>

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

impl Debug for RadixFmt<u16, Radix>

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

impl Display for RadixFmt<u16, Radix>

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

impl Debug for RadixFmt<i32, Radix>

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

impl Display for RadixFmt<i32, Radix>

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

impl Debug for RadixFmt<u32, Radix>

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

impl Display for RadixFmt<u32, Radix>

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

impl Debug for RadixFmt<i64, Radix>

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

impl Display for RadixFmt<i64, Radix>

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

impl Debug for RadixFmt<u64, Radix>

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

impl Display for RadixFmt<u64, Radix>

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

Derived Implementations

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

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

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

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