[][src]Enum stb_truetype::MacLang

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

Variants

English
Japanese
Arabic
Korean
Dutch
Russian
French
Spanish
German
Swedish
Hebrew
ChineseSimplified
Italian
ChineseTrad

Trait Implementations

impl Clone for MacLang[src]

impl Copy for MacLang[src]

impl Eq for MacLang[src]

impl Ord for MacLang[src]

impl PartialEq<MacLang> for MacLang[src]

impl PartialOrd<MacLang> for MacLang[src]

impl Debug for MacLang[src]

impl Hash for MacLang[src]

impl StructuralPartialEq for MacLang[src]

impl StructuralEq for MacLang[src]

Auto Trait Implementations

impl Send for MacLang

impl Sync for MacLang

impl Unpin for MacLang

impl UnwindSafe for MacLang

impl RefUnwindSafe for MacLang

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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