#[repr(u8)]pub enum Bc {
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
Bidi_Class (bc)
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
Trait Implementations§
Source§impl UnicodeProperty for Bc
impl UnicodeProperty for Bc
fn property_value_name(&self) -> PropertyName
impl Copy for Bc
impl StructuralPartialEq for Bc
Auto Trait Implementations§
impl Freeze for Bc
impl RefUnwindSafe for Bc
impl Send for Bc
impl Sync for Bc
impl Unpin for Bc
impl UnwindSafe for Bc
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