Enum ucd::tables::decomp::DecompositionType [] [src]

pub enum DecompositionType {
    Canonical,
    Compat,
    Circle,
    Final,
    Font,
    Fraction,
    Initial,
    Isolated,
    Medial,
    Narrow,
    Nobreak,
    Small,
    Square,
    Sub,
    Super,
    Vertical,
    Wide,
}

Variants

Trait Implementations

impl Clone for DecompositionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DecompositionType
[src]

impl Eq for DecompositionType
[src]

impl PartialEq for DecompositionType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DecompositionType
[src]

Formats the value using the given formatter.