pub struct Stick {
pub left_stick: StickInfo,
pub right_stick: StickInfo,
}Fields§
§left_stick: StickInfo§right_stick: StickInfoTrait Implementations§
Auto Trait Implementations§
impl Freeze for Stick
impl RefUnwindSafe for Stick
impl Send for Stick
impl Sync for Stick
impl Unpin for Stick
impl UnsafeUnpin for Stick
impl UnwindSafe for Stick
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