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§
Source§impl Debug for SMBiosInactive<'_>
impl Debug for SMBiosInactive<'_>
Source§impl<'a> SMBiosStruct<'a> for SMBiosInactive<'a>
impl<'a> SMBiosStruct<'a> for SMBiosInactive<'a>
Source§const STRUCT_TYPE: u8 = 126u8
const STRUCT_TYPE: u8 = 126u8
The SMBIOS structure type Read more
Source§fn new(parts: &'a UndefinedStruct) -> Self
fn new(parts: &'a UndefinedStruct) -> Self
Creates a new instance of the implementing SMBIOS type
Source§fn parts(&self) -> &'a UndefinedStruct
fn parts(&self) -> &'a UndefinedStruct
Contains the standard parts/sections of the implementing SMBIOS type.
Auto Trait Implementations§
impl<'a> Freeze for SMBiosInactive<'a>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more