Enum ar_reshaper::Language
source · pub enum Language {
Arabic,
ArabicV2,
Kurdish,
}Expand description
Supported languages
Variants§
Arabic
Arabic is default and recommended to work in most of the cases and
ArabicV2
ArabicV2 is only to be used with certain font that you run into missing chars
Kurdish
Kurdish if you are using Kurdish Sarchia font is recommended,
work with both unicode and classic Arabic-Kurdish keybouard
Trait Implementations§
source§impl PartialEq<Language> for Language
impl PartialEq<Language> for Language
impl Copy for Language
impl StructuralPartialEq for Language
Auto Trait Implementations§
impl RefUnwindSafe for Language
impl Send for Language
impl Sync for Language
impl Unpin for Language
impl UnwindSafe for Language
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