Struct smbioslib::PointingDeviceInterfaceData [−][src]
pub struct PointingDeviceInterfaceData {
pub raw: u8,
pub value: PointingDeviceInterface,
}Fields
raw: u8Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: PointingDeviceInterfaceThe contained PointingDeviceInterface value
Trait Implementations
impl Debug for PointingDeviceInterfaceData[src]
impl Debug for PointingDeviceInterfaceData[src]impl Deref for PointingDeviceInterfaceData[src]
impl Deref for PointingDeviceInterfaceData[src]type Target = PointingDeviceInterface
type Target = PointingDeviceInterfaceThe resulting type after dereferencing.
impl From<u8> for PointingDeviceInterfaceData[src]
impl From<u8> for PointingDeviceInterfaceData[src]