Enum kg_display::fmt::FormatType[][src]

pub enum FormatType {
    Display,
    Debug,
    DebugLowerHex,
    DebugUpperHex,
    Octal,
    LowerHex,
    UpperHex,
    Pointer,
    Binary,
    LowerExp,
    UpperExp,
}

Variants

Trait Implementations

impl Debug for FormatType
[src]

Formats the value using the given formatter. Read more

impl Clone for FormatType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FormatType
[src]

Formats the value using the given formatter. Read more

impl FromStr for FormatType
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for FormatType

impl Sync for FormatType