pub enum PointingDeviceInterface {
Other,
Unknown,
Serial,
PS2,
Infrared,
HpHil,
BusMouse,
Adb,
BusMouseDB9,
BusMouseMicroDin,
USB,
None,
}
Expand description
Variants
Other
Other field
Unknown
Unknown
Serial
Serial
PS2
PS/2
Infrared
Infrared
HpHil
HP-HIL
BusMouse
Bus mouse
Adb
ADB (Apple Desktop Bus)
BusMouseDB9
Bus mouse DB-9
BusMouseMicroDin
Bus mouse micro-DIN
USB
USB
None
A value unknown to this standard, check the raw value
Trait Implementations
sourceimpl Debug for PointingDeviceInterface
impl Debug for PointingDeviceInterface
sourceimpl Serialize for PointingDeviceInterface
impl Serialize for PointingDeviceInterface
impl Eq for PointingDeviceInterface
impl StructuralEq for PointingDeviceInterface
impl StructuralPartialEq for PointingDeviceInterface
Auto Trait Implementations
impl RefUnwindSafe for PointingDeviceInterface
impl Send for PointingDeviceInterface
impl Sync for PointingDeviceInterface
impl Unpin for PointingDeviceInterface
impl UnwindSafe for PointingDeviceInterface
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