pub enum Unit {
Jamo(Jamo),
Toggle,
Virtual(u32),
}Expand description
H3|<operand> 가 가리키는 단위.
Variants§
Jamo(Jamo)
보통의 한글 자모.
Toggle
갈마들이 같은-키 토글 sentinel (500 = 0x1F4).
Virtual(u32)
미해결 가상 단위 id (VirtualUnitTable 로 해결해야 함). 예: 128/129/130.
Trait Implementations§
impl Copy for Unit
impl Eq for Unit
impl StructuralPartialEq for Unit
Auto Trait Implementations§
impl Freeze for Unit
impl RefUnwindSafe for Unit
impl Send for Unit
impl Sync for Unit
impl Unpin for Unit
impl UnsafeUnpin for Unit
impl UnwindSafe for Unit
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