Struct std::fmt::RadixUnstable [-] [+] [src]

pub struct Radix {
    // some fields omitted
}

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

Trait Implementations

Derived Implementations

impl PartialEq<Radix> for Radix

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

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

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

impl Copy for Radix

impl Clone for Radix

fn clone(&self) -> Radix

fn clone_from(&mut self, &Radix)