Struct joycon_sys::input::Stick
source · #[repr(packed(1))]pub struct Stick { /* private fields */ }
Implementations§
Trait 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 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