#[repr(u8)]pub enum BidiClass {
Show 23 variants
AL = 0,
AN = 1,
B = 2,
BN = 3,
CS = 4,
EN = 5,
ES = 6,
ET = 7,
FSI = 8,
L = 9,
LRE = 10,
LRI = 11,
LRO = 12,
NSM = 13,
ON = 14,
PDF = 15,
PDI = 16,
R = 17,
RLE = 18,
RLI = 19,
RLO = 20,
S = 21,
WS = 22,
}
Expand description
Property for the bidirectional algorithm.
Variants§
AL = 0
AN = 1
B = 2
BN = 3
CS = 4
EN = 5
ES = 6
ET = 7
FSI = 8
L = 9
LRE = 10
LRI = 11
LRO = 12
NSM = 13
ON = 14
PDF = 15
PDI = 16
R = 17
RLE = 18
RLI = 19
RLO = 20
S = 21
WS = 22
Implementations§
Trait Implementations§
source§impl Ord for BidiClass
impl Ord for BidiClass
source§impl PartialOrd for BidiClass
impl PartialOrd for BidiClass
impl Copy for BidiClass
impl Eq for BidiClass
impl StructuralPartialEq for BidiClass
Auto Trait Implementations§
impl Freeze for BidiClass
impl RefUnwindSafe for BidiClass
impl Send for BidiClass
impl Sync for BidiClass
impl Unpin for BidiClass
impl UnwindSafe for BidiClass
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)