Struct core::fmt::Radix [] [src]

pub struct Radix {
    // some fields omitted
}
Unstable (fmt_radix #27728)

: may be renamed or move to a different module

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

Trait Implementations

Derived Implementations

impl PartialEq 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)