Struct smbioslib::SMBiosEndOfTable [−][src]
pub struct SMBiosEndOfTable<'a> { /* fields omitted */ }
Expand description
End-of-Table (Type 127)
This structure type identifies the end of the structure table that might be earlier than the last byte within the buffer specified by the structure.
To ensure backward compatibility with management software written to previous versions of this specification, a system implementation should use the end-of-table indicator in a manner similar to the [SMBiosInactive] (Type 126) structure type; the structure table is still reported as a fixed-length, and the entire length of the table is still indexable. If the end-of-table indicator is used in the last physical structure in a table, the field’s length is encoded as 4.
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 SMBiosEndOfTable<'a>
impl<'a> Send for SMBiosEndOfTable<'a>
impl<'a> Sync for SMBiosEndOfTable<'a>
impl<'a> Unpin for SMBiosEndOfTable<'a>
impl<'a> UnwindSafe for SMBiosEndOfTable<'a>