pub enum PointingDeviceType {
Other,
Unknown,
Mouse,
TrackBall,
TrackPoint,
GlidePoint,
TouchPad,
TouchScreen,
OpticalSensor,
None,
}
Expand description
§Built-in Pointing Device Type
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 for PointingDeviceType
impl PartialEq for PointingDeviceType
Source§impl Serialize for PointingDeviceType
impl Serialize for PointingDeviceType
impl Eq for PointingDeviceType
impl StructuralPartialEq for PointingDeviceType
Auto Trait Implementations§
impl Freeze for PointingDeviceType
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