pub struct AxisPair {
pub x: AxisValue,
pub y: AxisValue,
}Expand description
A 2D axis pair (e.g., left stick, mouse delta, WASD composite).
Fields§
§x: AxisValue§y: AxisValueImplementations§
Trait Implementations§
impl Copy for AxisPair
Auto Trait Implementations§
impl Freeze for AxisPair
impl RefUnwindSafe for AxisPair
impl Send for AxisPair
impl Sync for AxisPair
impl Unpin for AxisPair
impl UnsafeUnpin for AxisPair
impl UnwindSafe for AxisPair
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