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

pub enum HangulSyllableType {
    LeadingJamo,
    VowelJamo,
    TrailingJamo,
    LVSyllable,
    LVTSyllable,
}

Variants

Trait Implementations

impl Clone for HangulSyllableType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HangulSyllableType
[src]

impl Eq for HangulSyllableType
[src]

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

Formats the value using the given formatter.