Enum smbioslib::LanguageFormat [−][src]
pub enum LanguageFormat { Abbreviated, Long, }
Expand description
Variants
Language strings use the abbreviated format.
Example: “frCA”
Language strings use the long format.
Example: “fr|CA|iso8859-1”
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LanguageFormat
impl Send for LanguageFormat
impl Sync for LanguageFormat
impl Unpin for LanguageFormat
impl UnwindSafe for LanguageFormat