pub struct wiimote { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for wiimote
impl RefUnwindSafe for wiimote
impl Send for wiimote
impl Sync for wiimote
impl Unpin for wiimote
impl UnsafeUnpin for wiimote
impl UnwindSafe for wiimote
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