Struct smbioslib::SMBiosManagementDeviceComponent[][src]

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

Management Device Component (Type 35)

This structure associates a cooling device or environmental probe with structures that define the controlling hardware device and (optionally) the component’s thresholds.

Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17

Implementations

impl<'a> SMBiosManagementDeviceComponent<'a>[src]

pub fn description(&self) -> Option<String>[src]

Number of the string that contains additional descriptive information about the component

pub fn management_device_handle(&self) -> Option<Handle>[src]

Handle, or instance number, of the Management Device that contains this component

pub fn component_handle(&self) -> Option<Handle>[src]

Handle, or instance number, of the probe or cooling device that defines this component

pub fn threshold_handle(&self) -> Option<Handle>[src]

Handle, or instance number, associated with the device thresholds; A value of 0FFFFh indicates that no Threshold Data structure is associated with this component.

Trait Implementations

impl Debug for SMBiosManagementDeviceComponent<'_>[src]

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

Auto Trait Implementations

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.