Struct smbioslib::SMBiosInactive [−][src]
pub struct SMBiosInactive<'a> { /* fields omitted */ }
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
The SMBIOS structure type Read more
Creates a new instance of the implementing SMBIOS type
Contains the standard parts/sections of the implementing SMBIOS type.
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>