Enum smbioslib::PointingDeviceType
source · pub enum PointingDeviceType {
Other,
Unknown,
Mouse,
TrackBall,
TrackPoint,
GlidePoint,
TouchPad,
TouchScreen,
OpticalSensor,
None,
}
Expand description
Variants§
Other
Other
Unknown
Unknown
Mouse
Mouse
TrackBall
Track Ball
TrackPoint
Track Point
GlidePoint
Glide Point
TouchPad
Touch Pad
TouchScreen
Touch Screen
OpticalSensor
Optical Sensor
None
A value unknown to this standard, check the raw value
Trait Implementations§
source§impl Debug for PointingDeviceType
impl Debug for PointingDeviceType
source§impl PartialEq<PointingDeviceType> for PointingDeviceType
impl PartialEq<PointingDeviceType> for PointingDeviceType
source§fn eq(&self, other: &PointingDeviceType) -> bool
fn eq(&self, other: &PointingDeviceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PointingDeviceType
impl Serialize for PointingDeviceType
impl Eq for PointingDeviceType
impl StructuralEq for PointingDeviceType
impl StructuralPartialEq for PointingDeviceType
Auto Trait Implementations§
impl RefUnwindSafe for PointingDeviceType
impl Send for PointingDeviceType
impl Sync for PointingDeviceType
impl Unpin for PointingDeviceType
impl UnwindSafe for PointingDeviceType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more