pub enum AbsAxis {
Show 20 variants
X,
Y,
Z,
Rx,
Ry,
Rz,
Throttle,
Rudder,
Wheel,
Gas,
Brake,
Hat0X,
Hat0Y,
Pressure,
Distance,
MtSlot,
MtPositionX,
MtPositionY,
MtTrackingId,
Raw(u16),
}Expand description
Axe absolu evdev (ABS_*). Variante Raw(u16) de repli.
Variants§
X
ABS_X.
Y
ABS_Y.
Z
ABS_Z.
Rx
ABS_RX.
Ry
ABS_RY.
Rz
ABS_RZ.
Throttle
ABS_THROTTLE.
Rudder
ABS_RUDDER.
Wheel
ABS_WHEEL.
Gas
ABS_GAS.
Brake
ABS_BRAKE.
Hat0X
ABS_HAT0X.
Hat0Y
ABS_HAT0Y.
Pressure
ABS_PRESSURE.
Distance
ABS_DISTANCE.
MtSlot
ABS_MT_SLOT — slot multi-touch courant.
MtPositionX
ABS_MT_POSITION_X.
MtPositionY
ABS_MT_POSITION_Y.
MtTrackingId
ABS_MT_TRACKING_ID.
Raw(u16)
Axe non nommé.
Implementations§
Trait Implementations§
impl Copy for AbsAxis
impl Eq for AbsAxis
impl StructuralPartialEq for AbsAxis
Auto Trait Implementations§
impl Freeze for AbsAxis
impl RefUnwindSafe for AbsAxis
impl Send for AbsAxis
impl Sync for AbsAxis
impl Unpin for AbsAxis
impl UnsafeUnpin for AbsAxis
impl UnwindSafe for AbsAxis
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