Struct core::fmt::num::LowerHex
[−]
[src]
struct LowerHex;
A hexadecimal (base 16) radix, formatted with lower-case characters
struct LowerHex;
A hexadecimal (base 16) radix, formatted with lower-case characters
impl GenericRadix for LowerHexfn 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 LowerHeximpl Clone for LowerHexfn clone(&self) -> LowerHexfn clone_from(&mut self, source: &Self)