Struct smbioslib::SMBiosBiosLanguageInformation [−][src]
pub struct SMBiosBiosLanguageInformation<'a> { /* fields omitted */ }BIOS Language Information (Type 13)
The information in this structure defines the installable language attributes of the BIOS.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
impl<'a> SMBiosBiosLanguageInformation<'a>[src]
impl<'a> SMBiosBiosLanguageInformation<'a>[src]pub fn number_of_installable_languages(&self) -> Option<u8>[src]
pub fn number_of_installable_languages(&self) -> Option<u8>[src]Number of languages available Each available language has a description string. This field contains the number of strings that follow the formatted area of the structure.
pub fn flags(&self) -> Option<BiosLanguageFlags>[src]
pub fn flags(&self) -> Option<BiosLanguageFlags>[src]Bit field indicating the format of the languages.
pub fn current_language(&self) -> Option<String>[src]
pub fn current_language(&self) -> Option<String>[src]The currently installed language.
Trait Implementations
impl Debug for SMBiosBiosLanguageInformation<'_>[src]
impl Debug for SMBiosBiosLanguageInformation<'_>[src]impl<'a> SMBiosStruct<'a> for SMBiosBiosLanguageInformation<'a>[src]
impl<'a> SMBiosStruct<'a> for SMBiosBiosLanguageInformation<'a>[src]const STRUCT_TYPE: u8[src]
const STRUCT_TYPE: u8[src]The SMBIOS structure type Read more
fn new(parts: &'a UndefinedStruct) -> Self[src]
fn new(parts: &'a UndefinedStruct) -> Self[src]Creates a new instance of the implementing SMBIOS type
fn parts(&self) -> &'a UndefinedStruct[src]
fn parts(&self) -> &'a UndefinedStruct[src]Contains the standard parts/sections of the implementing SMBIOS type.
impl Serialize for SMBiosBiosLanguageInformation<'_>[src]
impl Serialize for SMBiosBiosLanguageInformation<'_>[src]