pub trait Formattable: Debug + Clone + Copy + PartialEq + PartialOrd {
    const FORMAT: Format;
}

Required Associated Constants§

Implementations on Foreign Types§

source§

impl Formattable for c_uchar

source§

const FORMAT: Format = Format::Char

source§

impl Formattable for c_ushort

source§

const FORMAT: Format = Format::Short

source§

impl Formattable for c_schar

source§

const FORMAT: Format = Format::Char

source§

impl Formattable for c_ulong

source§

const FORMAT: Format = Format::Long

source§

impl Formattable for c_short

source§

const FORMAT: Format = Format::Short

source§

impl Formattable for c_long

source§

const FORMAT: Format = Format::Long

Implementors§