Enum ucd::tables::scripts::IndicPositionalCategory [] [src]

pub enum IndicPositionalCategory {
    Left,
    Right,
    TopAndBottomAndRight,
    TopAndLeft,
    TopAndRight,
    Top,
    BottomAndRight,
    Overstruck,
    LeftAndRight,
    TopAndLeftAndRight,
    TopAndBottom,
    Bottom,
    VisualOrderLeft,
}

Variants

Trait Implementations

impl Clone for IndicPositionalCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IndicPositionalCategory
[src]

impl Eq for IndicPositionalCategory
[src]

impl PartialEq for IndicPositionalCategory
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for IndicPositionalCategory
[src]

Formats the value using the given formatter.