Enum stb_truetype::MicrosoftLang
source · #[repr(C)]pub enum MicrosoftLang {
English = 1_033,
Italian = 1_040,
Chinese = 2_052,
Japanese = 1_041,
Dutch = 1_043,
Korean = 1_042,
French = 1_036,
Russian = 1_049,
German = 1_031,
Hebrew = 1_037,
Swedish = 1_053,
}
Variants§
English = 1_033
Italian = 1_040
Chinese = 2_052
Japanese = 1_041
Dutch = 1_043
Korean = 1_042
French = 1_036
Russian = 1_049
German = 1_031
Hebrew = 1_037
Swedish = 1_053
Trait Implementations§
source§impl Clone for MicrosoftLang
impl Clone for MicrosoftLang
source§fn clone(&self) -> MicrosoftLang
fn clone(&self) -> MicrosoftLang
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MicrosoftLang
impl Debug for MicrosoftLang
source§impl Hash for MicrosoftLang
impl Hash for MicrosoftLang
source§impl Ord for MicrosoftLang
impl Ord for MicrosoftLang
source§fn cmp(&self, other: &MicrosoftLang) -> Ordering
fn cmp(&self, other: &MicrosoftLang) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for MicrosoftLang
impl PartialEq for MicrosoftLang
source§fn eq(&self, other: &MicrosoftLang) -> bool
fn eq(&self, other: &MicrosoftLang) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MicrosoftLang
impl PartialOrd for MicrosoftLang
source§fn partial_cmp(&self, other: &MicrosoftLang) -> Option<Ordering>
fn partial_cmp(&self, other: &MicrosoftLang) -> Option<Ordering>
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 MicrosoftLang
impl Eq for MicrosoftLang
impl StructuralEq for MicrosoftLang
impl StructuralPartialEq for MicrosoftLang
Auto Trait Implementations§
impl RefUnwindSafe for MicrosoftLang
impl Send for MicrosoftLang
impl Sync for MicrosoftLang
impl Unpin for MicrosoftLang
impl UnwindSafe for MicrosoftLang
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