Struct precis_tools::HangulSyllableType
source · pub struct HangulSyllableType {
pub prop: Property,
}
Expand description
A single row in the
HangulSyllableType
file.
Fields§
§prop: Property
A single row in the PropList.txt
file.
Trait Implementations§
source§impl Clone for HangulSyllableType
impl Clone for HangulSyllableType
source§fn clone(&self) -> HangulSyllableType
fn clone(&self) -> HangulSyllableType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HangulSyllableType
impl Debug for HangulSyllableType
source§impl Default for HangulSyllableType
impl Default for HangulSyllableType
source§fn default() -> HangulSyllableType
fn default() -> HangulSyllableType
Returns the “default value” for a type. Read more
source§impl FromStr for HangulSyllableType
impl FromStr for HangulSyllableType
source§impl PartialEq for HangulSyllableType
impl PartialEq for HangulSyllableType
source§impl UcdFile for HangulSyllableType
impl UcdFile for HangulSyllableType
source§impl UcdFileByCodepoint for HangulSyllableType
impl UcdFileByCodepoint for HangulSyllableType
source§fn codepoints(&self) -> CodepointIter
fn codepoints(&self) -> CodepointIter
Returns the codepoints associated with this record.
source§impl UcdLineParser<HangulSyllableType> for UcdTableGen
impl UcdLineParser<HangulSyllableType> for UcdTableGen
source§fn process_entry(&mut self, line: &HangulSyllableType) -> Result<(), Error>
fn process_entry(&mut self, line: &HangulSyllableType) -> Result<(), Error>
Process an entry in the
UCD
file. Read moreimpl Eq for HangulSyllableType
impl StructuralPartialEq for HangulSyllableType
Auto Trait Implementations§
impl Freeze for HangulSyllableType
impl RefUnwindSafe for HangulSyllableType
impl Send for HangulSyllableType
impl Sync for HangulSyllableType
impl Unpin for HangulSyllableType
impl UnwindSafe for HangulSyllableType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)