Struct smbioslib::PointingDeviceTypeData
source · [−]pub struct PointingDeviceTypeData {
pub raw: u8,
pub value: PointingDeviceType,
}
Expand description
Fields
raw: u8
Raw 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: PointingDeviceType
The contained PointingDeviceType value
Trait Implementations
sourceimpl Debug for PointingDeviceTypeData
impl Debug for PointingDeviceTypeData
sourceimpl Deref for PointingDeviceTypeData
impl Deref for PointingDeviceTypeData
type Target = PointingDeviceType
type Target = PointingDeviceType
The resulting type after dereferencing.
sourceimpl Display for PointingDeviceTypeData
impl Display for PointingDeviceTypeData
sourceimpl From<u8> for PointingDeviceTypeData
impl From<u8> for PointingDeviceTypeData
sourceimpl Serialize for PointingDeviceTypeData
impl Serialize for PointingDeviceTypeData
Auto Trait Implementations
impl RefUnwindSafe for PointingDeviceTypeData
impl Send for PointingDeviceTypeData
impl Sync for PointingDeviceTypeData
impl Unpin for PointingDeviceTypeData
impl UnwindSafe for PointingDeviceTypeData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more