pub struct Jamo {
pub category: Category,
pub cp: u32,
}Expand description
해결된 한글 자모 단위: 위치 + 조합용 자모 코드포인트.
Fields§
§category: Category§cp: u32조합용 자모 코드포인트(U+1100 영역, 또는 옛한글/확장 영역).
Implementations§
Trait Implementations§
impl Copy for Jamo
impl Eq for Jamo
impl StructuralPartialEq for Jamo
Auto Trait Implementations§
impl Freeze for Jamo
impl RefUnwindSafe for Jamo
impl Send for Jamo
impl Sync for Jamo
impl Unpin for Jamo
impl UnsafeUnpin for Jamo
impl UnwindSafe for Jamo
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