Enum ucd::tables::scripts::IndicSyllabicCategory [] [src]

pub enum IndicSyllabicCategory {
    ConsonantDead,
    ToneMark,
    ToneLetter,
    VowelDependent,
    NumberJoiner,
    Virama,
    ConsonantHeadLetter,
    Number,
    ConsonantMedial,
    ModifyingLetter,
    ConsonantSucceedingRepha,
    ConsonantFinal,
    Avagraha,
    Vowel,
    VowelIndependent,
    RegisterShifter,
    ConsonantKiller,
    Other,
    ConsonantSubjoined,
    Joiner,
    Nukta,
    GeminationMark,
    InvisibleStacker,
    ConsonantWithStacker,
    ConsonantPlaceholder,
    ConsonantPrecedingRepha,
    CantillationMark,
    PureKiller,
    NonJoiner,
    SyllableModifier,
    BrahmiJoiningNumber,
    Bindu,
    Visarga,
    Consonant,
    ConsonantPrefixed,
}

Variants

Trait Implementations

impl Clone for IndicSyllabicCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IndicSyllabicCategory
[src]

impl Eq for IndicSyllabicCategory
[src]

impl PartialEq for IndicSyllabicCategory
[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 IndicSyllabicCategory
[src]

Formats the value using the given formatter.