#[repr(u8)]pub enum Cjk {
None = 0,
Traditional = 1,
Simplified = 2,
Japanese = 3,
Korean = 4,
}
Expand description
Chinese, Japanese and Korean languages.
Variants§
Trait Implementations§
impl Copy for Cjk
impl Eq for Cjk
impl StructuralPartialEq for Cjk
Auto Trait Implementations§
impl Freeze for Cjk
impl RefUnwindSafe for Cjk
impl Send for Cjk
impl Sync for Cjk
impl Unpin for Cjk
impl UnwindSafe for Cjk
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)