Enum unicode_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
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
impl Clone for BidiClass
[src]
impl Clone for BidiClass
fn clone(&self) -> BidiClass
[src]
fn clone(&self) -> BidiClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for BidiClass
[src]
impl Copy for BidiClass
impl Debug for BidiClass
[src]
impl Debug for BidiClass
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for BidiClass
[src]
impl PartialEq for BidiClass
fn eq(&self, other: &BidiClass) -> bool
[src]
fn eq(&self, other: &BidiClass) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for BidiClass
[src]
impl Eq for BidiClass