Enum unic_ucd_bidi::BidiClass [] [src]

pub enum BidiClass {
    AL,
    AN,
    B,
    BN,
    CS,
    EN,
    ES,
    ET,
    FSI,
    L,
    LRE,
    LRI,
    LRO,
    NSM,
    ON,
    PDF,
    PDI,
    R,
    RLE,
    RLI,
    RLO,
    S,
    WS,
}

Represents values of the Unicode character property Bidi_Class, also known as the bidirectional character type.

Variants

Trait Implementations

impl Clone for BidiClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BidiClass
[src]

impl Debug for BidiClass
[src]

Formats the value using the given formatter.

impl PartialEq for BidiClass
[src]

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

This method tests for !=.

impl Eq for BidiClass
[src]