Enum unicode_bidi::BidiClass [−][src]
pub enum BidiClass {
Show 23 variants
AL,
AN,
B,
BN,
CS,
EN,
ES,
ET,
FSI,
L,
LRE,
LRI,
LRO,
NSM,
ON,
PDF,
PDI,
R,
RLE,
RLI,
RLO,
S,
WS,
}
Expand description
Represents values of the Unicode character property
Bidi_Class
, also
known as the bidirectional character type.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BidiClass
impl UnwindSafe for BidiClass
Blanket Implementations
Mutably borrows from an owned value. Read more