Enum unicode_bidi::tables::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 the Unicode character property Bidi_Class, also known as the bidirectional character type.

Use the bidi_class function to look up the BidiClass of a code point.

http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types

Variants

AL
AN
B
BN
CS
EN
ES
ET
FSI
L
LRE
LRI
LRO
NSM
ON
PDF
PDI
R
RLE
RLI
RLO
S
WS

Trait Implementations

Derived Implementations

impl Eq for BidiClass

impl PartialEq for BidiClass

fn eq(&self, __arg_0: &BidiClass) -> bool

fn ne(&self, __arg_0: &BidiClass) -> bool

impl Debug for BidiClass

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for BidiClass

impl Clone for BidiClass

fn clone(&self) -> BidiClass

1.0.0fn clone_from(&mut self, source: &Self)