[]Enum stb_truetype::MacLang

#[repr(C)]
pub enum MacLang {
    English,
    Japanese,
    Arabic,
    Korean,
    Dutch,
    Russian,
    French,
    Spanish,
    German,
    Swedish,
    Hebrew,
    ChineseSimplified,
    Italian,
    ChineseTrad,
}

Variants

EnglishJapaneseArabicKoreanDutchRussianFrenchSpanishGermanSwedishHebrewChineseSimplifiedItalianChineseTrad

Trait Implementations

impl Debug for MacLang

impl Clone for MacLang

impl Eq for MacLang

impl PartialOrd<MacLang> for MacLang

impl Copy for MacLang

impl Ord for MacLang

impl Hash for MacLang

impl PartialEq<MacLang> for MacLang

Auto Trait Implementations

impl Send for MacLang

impl Unpin for MacLang

impl Sync for MacLang

impl RefUnwindSafe for MacLang

impl UnwindSafe for MacLang

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]