pub enum DeviceInputs {
KeyboardKey = 0,
AllMouseInput = 1,
AllPadInput = 2,
AllDevices = 3,
Unknown = 4,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DeviceInputs
impl Clone for DeviceInputs
Source§fn clone(&self) -> DeviceInputs
fn clone(&self) -> DeviceInputs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for DeviceInputs
impl PartialEq for DeviceInputs
impl StructuralPartialEq for DeviceInputs
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