Struct smbioslib::SMBiosInactive[][src]

pub struct SMBiosInactive<'a> { /* fields omitted */ }

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

impl Debug for SMBiosInactive<'_>[src]

impl<'a> SMBiosStruct<'a> for SMBiosInactive<'a>[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.