Searched refs:TranslationMapType (Results 1 – 2 of 2) sorted by relevance
107 pub enum TranslationMapType { enum116 pub map_type: TranslationMapType,121 pub const fn new(map_type: TranslationMapType) -> Self { in new()123 TranslationMapType::Lat1 => LAT1_MAP, in new()124 TranslationMapType::Graf => GRAF_MAP, in new()125 TranslationMapType::Ibmpc => IBMPC_MAP, in new()126 TranslationMapType::User => USER_MAP, in new()
20 console_map::{TranslationMap, TranslationMapType},197 translate: TranslationMap::new(TranslationMapType::Lat1), in new()265 self.translate = TranslationMap::new(TranslationMapType::Lat1); in reset()