Enum libusb::PrimaryLanguage [−][src]
pub enum PrimaryLanguage {
Afrikaans,
Albanian,
Arabic,
Armenian,
Assamese,
Azeri,
Basque,
Belarussian,
Bengali,
Bulgarian,
Burmese,
Catalan,
Chinese,
Croatian,
Czech,
Danish,
Dutch,
English,
Estonian,
Faeroese,
Farsi,
Finnish,
French,
Georgian,
German,
Greek,
Gujarati,
Hebrew,
Hindi,
Hungarian,
Icelandic,
Indonesian,
Italian,
Japanese,
Kannada,
Kashmiri,
Kazakh,
Konkani,
Korean,
Latvian,
Lithuanian,
Macedonian,
Malay,
Malayalam,
Manipuri,
Marathi,
Nepali,
Norwegian,
Oriya,
Polish,
Portuguese,
Punjabi,
Romanian,
Russian,
Sanskrit,
Serbian,
Sindhi,
Slovak,
Slovenian,
Spanish,
Sutu,
Swahili,
Swedish,
Tamil,
Tatar,
Telugu,
Thai,
Turkish,
Ukrainian,
Urdu,
Uzbek,
Vietnamese,
HID,
Other(u16),
}Primary language families.
Variants
AfrikaansAlbanianArabicArmenianAssameseAzeriBasqueBelarussianBengaliBulgarianBurmeseCatalanChineseCroatianCzechDanishDutchEnglishEstonianFaeroeseFarsiFinnishFrenchGeorgianGermanGreekGujaratiHebrewHindiHungarianIcelandicIndonesianItalianJapaneseKannadaKashmiriKazakhKonkaniKoreanLatvianLithuanianMacedonianMalayMalayalamManipuriMarathiNepaliNorwegianOriyaPolishPortuguesePunjabiRomanianRussianSanskritSerbianSindhiSlovakSlovenianSpanishSutuSwahiliSwedishTamilTatarTeluguThaiTurkishUkrainianUrduUzbekVietnameseHIDOther(u16)
Trait Implementations
impl Debug for PrimaryLanguage[src]
impl Debug for PrimaryLanguagefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for PrimaryLanguage[src]
impl Copy for PrimaryLanguageimpl Clone for PrimaryLanguage[src]
impl Clone for PrimaryLanguagefn clone(&self) -> PrimaryLanguage[src]
fn clone(&self) -> PrimaryLanguageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for PrimaryLanguage[src]
impl PartialEq for PrimaryLanguagefn eq(&self, other: &PrimaryLanguage) -> bool[src]
fn eq(&self, other: &PrimaryLanguage) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PrimaryLanguage) -> bool[src]
fn ne(&self, other: &PrimaryLanguage) -> boolThis method tests for !=.
impl Eq for PrimaryLanguage[src]
impl Eq for PrimaryLanguageAuto Trait Implementations
impl Send for PrimaryLanguage
impl Send for PrimaryLanguageimpl Sync for PrimaryLanguage
impl Sync for PrimaryLanguage