pub enum DeviceInputs {
KeyboardKey = 0,
AllMouseInput = 1,
AllPadInput = 2,
AllDevices = 3,
Unknown = 4,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for DeviceInputs
impl RefUnwindSafe for DeviceInputs
impl Send for DeviceInputs
impl Sync for DeviceInputs
impl Unpin for DeviceInputs
impl UnwindSafe for DeviceInputs
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