pub enum RetroDevice {
None = 0,
Joypad = 1,
Mouse = 2,
Keyboard = 3,
LightGun = 4,
Analog = 5,
Pointer = 6,
}
Variants§
Trait Implementations§
Source§impl Debug for RetroDevice
impl Debug for RetroDevice
Auto Trait Implementations§
impl Freeze for RetroDevice
impl RefUnwindSafe for RetroDevice
impl Send for RetroDevice
impl Sync for RetroDevice
impl Unpin for RetroDevice
impl UnwindSafe for RetroDevice
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