Struct smbioslib::SMBiosBuiltInPointingDevice[][src]

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

Built-in Pointing Device (Type 21)

This structure describes the attributes of the built-in pointing device for the system. Details are provided in Table 87. The presence of this structure does not imply that the built-in pointing device is active for the system’s use.

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

Implementations

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

pub fn device_type(&self) -> Option<PointingDeviceTypeData>[src]

Type of pointing device.

pub fn interface(&self) -> Option<PointingDeviceInterfaceData>[src]

Interface type for the pointing device.

pub fn number_of_buttons(&self) -> Option<u8>[src]

Number of buttons on the pointing device. If the device has 3 buttons, the field value is 3.

Trait Implementations

impl Debug for SMBiosBuiltInPointingDevice<'_>[src]

impl<'a> SMBiosStruct<'a> for SMBiosBuiltInPointingDevice<'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.