Struct smbioslib::BiosLanguageFlags
source · [−]pub struct BiosLanguageFlags {
pub raw: u8,
}
Expand description
Fields
raw: u8
Raw value
Implementations
sourceimpl BiosLanguageFlags
impl BiosLanguageFlags
sourcepub fn language_format(&self) -> LanguageFormat
pub fn language_format(&self) -> LanguageFormat
If set to 1, the Current Language strings use the abbreviated format. Otherwise, the strings use the long format.
Trait Implementations
sourceimpl Debug for BiosLanguageFlags
impl Debug for BiosLanguageFlags
sourceimpl Deref for BiosLanguageFlags
impl Deref for BiosLanguageFlags
sourceimpl From<u8> for BiosLanguageFlags
impl From<u8> for BiosLanguageFlags
sourceimpl PartialEq<BiosLanguageFlags> for BiosLanguageFlags
impl PartialEq<BiosLanguageFlags> for BiosLanguageFlags
sourcefn eq(&self, other: &BiosLanguageFlags) -> bool
fn eq(&self, other: &BiosLanguageFlags) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BiosLanguageFlags) -> bool
fn ne(&self, other: &BiosLanguageFlags) -> bool
This method tests for !=
.
sourceimpl Serialize for BiosLanguageFlags
impl Serialize for BiosLanguageFlags
impl Eq for BiosLanguageFlags
impl StructuralEq for BiosLanguageFlags
impl StructuralPartialEq for BiosLanguageFlags
Auto Trait Implementations
impl RefUnwindSafe for BiosLanguageFlags
impl Send for BiosLanguageFlags
impl Sync for BiosLanguageFlags
impl Unpin for BiosLanguageFlags
impl UnwindSafe for BiosLanguageFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more