Struct std::fmt::Radix [] [src]

pub struct Radix {
    base: u8,
}
Deprecated since 1.7.0

: not used enough to stabilize

A radix with in the range of 2..36.

Fields

base
Deprecated since 1.7.0

: not used enough to stabilize

Methods

impl Radix

Trait Implementations

Derived Implementations

impl PartialEq<Radix> for Radix

fn eq(&self, __arg_0: &Radix) -> bool

fn ne(&self, __arg_0: &Radix) -> bool

impl Copy for Radix

impl Clone for Radix

fn clone(&self) -> Radix

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