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