Enum stb_truetype::MacLang
source · #[repr(C)]pub enum MacLang {
Show 14 variants
English = 0,
Japanese = 11,
Arabic = 12,
Korean = 23,
Dutch = 4,
Russian = 32,
French = 1,
Spanish = 6,
German = 2,
Swedish = 5,
Hebrew = 10,
ChineseSimplified = 33,
Italian = 3,
ChineseTrad = 19,
}
Variants§
English = 0
Japanese = 11
Arabic = 12
Korean = 23
Dutch = 4
Russian = 32
French = 1
Spanish = 6
German = 2
Swedish = 5
Hebrew = 10
ChineseSimplified = 33
Italian = 3
ChineseTrad = 19
Trait Implementations§
source§impl Ord for MacLang
impl Ord for MacLang
source§impl PartialEq for MacLang
impl PartialEq for MacLang
source§impl PartialOrd for MacLang
impl PartialOrd for MacLang
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MacLang
impl Eq for MacLang
impl StructuralEq for MacLang
impl StructuralPartialEq for MacLang
Auto Trait Implementations§
impl RefUnwindSafe for MacLang
impl Send for MacLang
impl Sync for MacLang
impl Unpin for MacLang
impl UnwindSafe for MacLang
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