Enum unicode_ccc::CanonicalCombiningClass[][src]

pub enum CanonicalCombiningClass {
    NotReordered,
    Overlay,
    HanReading,
    Nukta,
    KanaVoicing,
    Virama,
    CCC10,
    CCC11,
    CCC12,
    CCC13,
    CCC14,
    CCC15,
    CCC16,
    CCC17,
    CCC18,
    CCC19,
    CCC20,
    CCC21,
    CCC22,
    CCC23,
    CCC24,
    CCC25,
    CCC26,
    CCC27,
    CCC28,
    CCC29,
    CCC30,
    CCC31,
    CCC32,
    CCC33,
    CCC34,
    CCC35,
    CCC36,
    CCC84,
    CCC91,
    CCC103,
    CCC107,
    CCC118,
    CCC122,
    CCC129,
    CCC130,
    CCC132,
    AttachedBelowLeft,
    AttachedBelow,
    AttachedAbove,
    AttachedAboveRight,
    BelowLeft,
    Below,
    BelowRight,
    Left,
    Right,
    AboveLeft,
    Above,
    AboveRight,
    DoubleBelow,
    DoubleAbove,
    IotaSubscript,
}

Character Canonical Combining Class.

Variants

NotReordered
Overlay
HanReading
Nukta
KanaVoicing
Virama
CCC10
CCC11
CCC12
CCC13
CCC14
CCC15
CCC16
CCC17
CCC18
CCC19
CCC20
CCC21
CCC22
CCC23
CCC24
CCC25
CCC26
CCC27
CCC28
CCC29
CCC30
CCC31
CCC32
CCC33
CCC34
CCC35
CCC36
CCC84
CCC91
CCC103
CCC107
CCC118
CCC122
CCC129
CCC130
CCC132
AttachedBelowLeft
AttachedBelow
AttachedAbove
AttachedAboveRight
BelowLeft
Below
BelowRight
Left
Right
AboveLeft
Above
AboveRight
DoubleBelow
DoubleAbove
IotaSubscript

Trait Implementations

impl Clone for CanonicalCombiningClass[src]

impl Copy for CanonicalCombiningClass[src]

impl Debug for CanonicalCombiningClass[src]

impl PartialEq<CanonicalCombiningClass> for CanonicalCombiningClass[src]

impl StructuralPartialEq for CanonicalCombiningClass[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.