Struct core::fmt::num::Decimal
[−]
[src]
struct Decimal;
A decimal (base 10) radix
struct Decimal;
A decimal (base 10) radix
impl GenericRadix for Decimal
fn base(&self) -> u8
fn prefix(&self) -> &'static str
fn digit(&self, x: u8) -> u8
fn fmt_int<T: Int>(&self, x: T, f: &mut Formatter) -> Result
impl PartialEq for Decimal
impl Clone for Decimal
fn clone(&self) -> Decimal
fn clone_from(&mut self, source: &Self)