Struct core::fmt::num::LowerHex [] [src]

struct LowerHex;

A hexadecimal (base 16) radix, formatted with lower-case characters

Trait Implementations

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

Derived Implementations

impl PartialEq for LowerHex

fn eq(&self, __arg_0: &LowerHex) -> bool

fn ne(&self, __arg_0: &LowerHex) -> bool

impl Clone for LowerHex

fn clone(&self) -> LowerHex

fn clone_from(&mut self, source: &Self)