pub struct Abs(/* private fields */);Expand description
An absolute axis identifier.
Implementations§
Source§impl Abs
impl Abs
pub const X: Self
pub const Y: Self
pub const Z: Self
pub const RX: Self
pub const RY: Self
pub const RZ: Self
pub const THROTTLE: Self
pub const RUDDER: Self
pub const WHEEL: Self
pub const GAS: Self
pub const BRAKE: Self
pub const HAT0X: Self
pub const HAT0Y: Self
pub const HAT1X: Self
pub const HAT1Y: Self
pub const HAT2X: Self
pub const HAT2Y: Self
pub const HAT3X: Self
pub const HAT3Y: Self
pub const PRESSURE: Self
pub const DISTANCE: Self
pub const TILT_X: Self
pub const TILT_Y: Self
pub const TOOL_WIDTH: Self
pub const VOLUME: Self
pub const PROFILE: Self
pub const MISC: Self
pub const RESERVED: Self
pub const MT_TOUCH_MAJOR: Self
pub const MT_TOUCH_MINOR: Self
pub const MT_WIDTH_MAJOR: Self
pub const MT_WIDTH_MINOR: Self
pub const MT_ORIENTATION: Self
pub const MT_POSITION_X: Self
pub const MT_POSITION_Y: Self
pub const MT_TOOL_TYPE: Self
pub const MT_BLOB_ID: Self
pub const MT_TRACKING_ID: Self
pub const MT_PRESSURE: Self
pub const MT_DISTANCE: Self
pub const MT_TOOL_X: Self
pub const MT_TOOL_Y: Self
pub const MAX: Self
pub const CNT: Self
Trait Implementations§
Source§impl Ord for Abs
impl Ord for Abs
Source§impl PartialOrd for Abs
impl PartialOrd for Abs
impl Copy for Abs
impl Eq for Abs
impl StructuralPartialEq for Abs
Auto Trait Implementations§
impl Freeze for Abs
impl RefUnwindSafe for Abs
impl Send for Abs
impl Sync for Abs
impl Unpin for Abs
impl UnwindSafe for Abs
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