pub struct AnalogStick {
pub x: u8,
pub y: u8,
}
Fields§
§x: u8
§y: u8
Trait Implementations§
Source§impl Debug for AnalogStick
impl Debug for AnalogStick
Source§impl PartialEq for AnalogStick
impl PartialEq for AnalogStick
impl StructuralPartialEq for AnalogStick
Auto Trait Implementations§
impl Freeze for AnalogStick
impl RefUnwindSafe for AnalogStick
impl Send for AnalogStick
impl Sync for AnalogStick
impl Unpin for AnalogStick
impl UnwindSafe for AnalogStick
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