Enum swash::text::cluster::ShapeClass[][src]

#[repr(u8)]
pub enum ShapeClass {
Show variants Reph, Pref, Kinzi, Base, Mark, Halant, MedialRa, VMPre, VPre, VBlw, Anusvara, Zwj, Zwnj, Control, Vs, Other,
}

Shaping class of a character.

Variants

Reph

Reph form.

Pref

Pre-base form.

Kinzi

Myanmar three character prefix.

Base

Base character.

Mark

Mark character.

Halant

Halant modifier.

MedialRa

Medial consonant Ra.

VMPre

Pre-base vowel modifier.

VPre

Pre-base dependent vowel.

VBlw

Below base dependent vowel.

Anusvara

Anusvara class.

Zwj

Zero width joiner.

Zwnj

Zero width non-joiner.

Control

Control character.

Vs

Variation selector.

Other

Other character.

Trait Implementations

impl Clone for ShapeClass[src]

impl Copy for ShapeClass[src]

impl Debug for ShapeClass[src]

impl Default for ShapeClass[src]

impl Eq for ShapeClass[src]

impl Ord for ShapeClass[src]

impl PartialEq<ShapeClass> for ShapeClass[src]

impl PartialOrd<ShapeClass> for ShapeClass[src]

impl StructuralEq for ShapeClass[src]

impl StructuralPartialEq for ShapeClass[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.