Struct ucd_parse::JamoShortName [] [src]

pub struct JamoShortName {
    pub codepoint: Codepoint,
    pub name: String,
}

A single row in the Jamo.txt file.

The Jamo.txt file defines the Jamo_Short_Name property.

Fields

The codepoint corresponding to this row.

The actual "Jamo Short Name." This string contains at most 3 bytes and may be empty.

Trait Implementations

impl Clone for JamoShortName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for JamoShortName
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for JamoShortName
[src]

[src]

Returns the "default value" for a type. Read more

impl Eq for JamoShortName
[src]

impl PartialEq for JamoShortName
[src]

[src]

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

[src]

This method tests for !=.

impl UcdFile for JamoShortName
[src]

[src]

The file path corresponding to this file, relative to the UCD directory. Read more

[src]

The full file path corresponding to this file given the UCD directory path. Read more

[src]

Create an iterator over each record in this UCD file. Read more

impl UcdFileByCodepoint for JamoShortName
[src]

Important traits for CodepointIter
[src]

Returns the codepoints associated with this record.

impl FromStr for JamoShortName
[src]

The associated error which can be returned from parsing.

[src]

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

Auto Trait Implementations

impl Send for JamoShortName

impl Sync for JamoShortName