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 LowerHex
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 LowerHex
impl Clone for LowerHex
fn clone(&self) -> LowerHex
fn clone_from(&mut self, source: &Self)