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

struct Octal;

An octal (base 8) radix

Trait Implementations

impl GenericRadix for Octal

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 Octal

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

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

impl Clone for Octal

fn clone(&self) -> Octal

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