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]
impl<'a> SMBiosBuiltInPointingDevice<'a>[src]pub fn device_type(&self) -> Option<PointingDeviceTypeData>[src]
pub fn device_type(&self) -> Option<PointingDeviceTypeData>[src]Type of pointing device.
pub fn interface(&self) -> Option<PointingDeviceInterfaceData>[src]
pub fn interface(&self) -> Option<PointingDeviceInterfaceData>[src]Interface type for the pointing device.
pub fn number_of_buttons(&self) -> Option<u8>[src]
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 Debug for SMBiosBuiltInPointingDevice<'_>[src]impl<'a> SMBiosStruct<'a> for SMBiosBuiltInPointingDevice<'a>[src]
impl<'a> SMBiosStruct<'a> for SMBiosBuiltInPointingDevice<'a>[src]const STRUCT_TYPE: u8[src]
const STRUCT_TYPE: u8[src]The SMBIOS structure type Read more
fn new(parts: &'a UndefinedStruct) -> Self[src]
fn new(parts: &'a UndefinedStruct) -> Self[src]Creates a new instance of the implementing SMBIOS type
fn parts(&self) -> &'a UndefinedStruct[src]
fn parts(&self) -> &'a UndefinedStruct[src]Contains the standard parts/sections of the implementing SMBIOS type.
impl Serialize for SMBiosBuiltInPointingDevice<'_>[src]
impl Serialize for SMBiosBuiltInPointingDevice<'_>[src]