Struct smbioslib::SMBiosBaseboardInformation [−][src]
pub struct SMBiosBaseboardInformation<'a> { /* fields omitted */ }
Expand description
Baseboard (or Module) Information (Type 2)
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations
Baseboard manufacturer
Baseboard serial number
Collection of flags that identify features of this baseboard.
This baseboard’s location within the chassis (chassis is referenced by ChassisHandle).
Handle, or instance number, associated with the chassis in which this board resides.
Type of baseboard.
The count of ObjectHandles.
pub fn contained_object_handle_iterator(&'a self) -> ObjectHandleIterator<'a>ⓘNotable traits for ObjectHandleIterator<'a>
impl<'a> Iterator for ObjectHandleIterator<'a> type Item = Handle;
[src]
pub fn contained_object_handle_iterator(&'a self) -> ObjectHandleIterator<'a>ⓘNotable traits for ObjectHandleIterator<'a>
impl<'a> Iterator for ObjectHandleIterator<'a> type Item = Handle;
[src]List of handles of other structures that are contained by this baseboard.
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 SMBiosBaseboardInformation<'a>
impl<'a> Send for SMBiosBaseboardInformation<'a>
impl<'a> Sync for SMBiosBaseboardInformation<'a>
impl<'a> Unpin for SMBiosBaseboardInformation<'a>
impl<'a> UnwindSafe for SMBiosBaseboardInformation<'a>