Struct pros_devices::controller::Joysticks
source · pub struct Joysticks {
pub left: Joystick,
pub right: Joystick,
}Expand description
Stores both joysticks on the controller.
Fields§
§left: JoystickLeft joystick
right: JoystickRight joystick
Trait Implementations§
source§impl PartialEq for Joysticks
impl PartialEq for Joysticks
impl Copy for Joysticks
impl StructuralPartialEq for Joysticks
Auto Trait Implementations§
impl RefUnwindSafe for Joysticks
impl Send for Joysticks
impl Sync for Joysticks
impl Unpin for Joysticks
impl UnwindSafe for Joysticks
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