Struct precis_tools::HangulSyllableType [−][src]
pub struct HangulSyllableType {
pub prop: Property,
}Expand description
A single row in the HangulSyllableType.txt file.
Fields
prop: PropertyTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Process an entry in the UCD file. Read more
Returns the codepoints associated with this record.
Auto Trait Implementations
impl RefUnwindSafe for HangulSyllableType
impl Send for HangulSyllableType
impl Sync for HangulSyllableType
impl Unpin for HangulSyllableType
impl UnwindSafe for HangulSyllableType
Blanket Implementations
Mutably borrows from an owned value. Read more