#[repr(u8)]pub enum Hst {
L = 0,
LV = 1,
LVT = 2,
NA = 3,
T = 4,
V = 5,
}Expand description
Hangul_Syllable_Type (hst)
Variants§
Trait Implementations§
Source§impl UnicodeProperty for Hst
impl UnicodeProperty for Hst
fn property_value_name(&self) -> PropertyName
impl Copy for Hst
impl StructuralPartialEq for Hst
Auto Trait Implementations§
impl Freeze for Hst
impl RefUnwindSafe for Hst
impl Send for Hst
impl Sync for Hst
impl Unpin for Hst
impl UnwindSafe for Hst
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