Enum unicode_ccc::CanonicalCombiningClass [−][src]
pub enum CanonicalCombiningClass {
Show 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,
}Expand description
Character Canonical Combining Class.
Variants
Trait Implementations
Auto Trait Implementations
impl Send for CanonicalCombiningClassimpl Sync for CanonicalCombiningClassimpl Unpin for CanonicalCombiningClass