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