pub struct Axes<'joystick>(pub Vec<Axis<'joystick>>);
Expand description
A set of Axis
for a physical joystick.
Tuple Fields§
§0: Vec<Axis<'joystick>>
Trait Implementations§
Auto Trait Implementations§
impl<'joystick> RefUnwindSafe for Axes<'joystick>
impl<'joystick> !Send for Axes<'joystick>
impl<'joystick> !Sync for Axes<'joystick>
impl<'joystick> Unpin for Axes<'joystick>
impl<'joystick> UnwindSafe for Axes<'joystick>
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