Enum smbioslib::LanguageFormat [−][src]
pub enum LanguageFormat {
Abbreviated,
Long,
}Variants
Language strings use the abbreviated format.
Example: “frCA”
Language strings use the long format.
Example: “fr|CA|iso8859-1”
Trait Implementations
impl Debug for LanguageFormat[src]
impl Debug for LanguageFormat[src]impl Serialize for LanguageFormat[src]
impl Serialize for LanguageFormat[src]