Struct smbioslib::SMBiosInactive
source · [−]pub struct SMBiosInactive<'a> { /* private fields */ }
Expand description
Inactive (Type 126)
This structure definition supports a system implementation where the SMBIOS structure-table is a superset of all supported system attributes and provides a standard mechanism for the system BIOS to signal that a structure is currently inactive and should not be interpreted by the upper-level software.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Trait Implementations
sourceimpl Debug for SMBiosInactive<'_>
impl Debug for SMBiosInactive<'_>
sourceimpl<'a> SMBiosStruct<'a> for SMBiosInactive<'a>
impl<'a> SMBiosStruct<'a> for SMBiosInactive<'a>
sourceconst STRUCT_TYPE: u8
const STRUCT_TYPE: u8
The SMBIOS structure type Read more
sourcefn new(parts: &'a UndefinedStruct) -> Self
fn new(parts: &'a UndefinedStruct) -> Self
Creates a new instance of the implementing SMBIOS type
sourcefn parts(&self) -> &'a UndefinedStruct
fn parts(&self) -> &'a UndefinedStruct
Contains the standard parts/sections of the implementing SMBIOS type.
sourceimpl Serialize for SMBiosInactive<'_>
impl Serialize for SMBiosInactive<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosInactive<'a>
impl<'a> Send for SMBiosInactive<'a>
impl<'a> Sync for SMBiosInactive<'a>
impl<'a> Unpin for SMBiosInactive<'a>
impl<'a> UnwindSafe for SMBiosInactive<'a>
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