#[repr(u32)]pub enum INPUT_DEVICE_SE {
Keyboard = 0,
Mouse = 1,
Gamepad = 2,
FlatVirtualKeyboard = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for INPUT_DEVICE_SE
impl Clone for INPUT_DEVICE_SE
Source§fn clone(&self) -> INPUT_DEVICE_SE
fn clone(&self) -> INPUT_DEVICE_SE
Returns a copy 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 Debug for INPUT_DEVICE_SE
impl Debug for INPUT_DEVICE_SE
Source§impl From<INPUT_DEVICE_SE> for INPUT_DEVICE
impl From<INPUT_DEVICE_SE> for INPUT_DEVICE
Source§fn from(value: INPUT_DEVICE_SE) -> Self
fn from(value: INPUT_DEVICE_SE) -> Self
Converts to this type from the input type.
Source§impl From<INPUT_DEVICE_SE> for INPUT_DEVICE_SE_CEnum
impl From<INPUT_DEVICE_SE> for INPUT_DEVICE_SE_CEnum
Source§fn from(value: INPUT_DEVICE_SE) -> Self
fn from(value: INPUT_DEVICE_SE) -> Self
Converts to this type from the input type.
Source§impl Hash for INPUT_DEVICE_SE
impl Hash for INPUT_DEVICE_SE
Source§impl Ord for INPUT_DEVICE_SE
impl Ord for INPUT_DEVICE_SE
Source§fn cmp(&self, other: &INPUT_DEVICE_SE) -> Ordering
fn cmp(&self, other: &INPUT_DEVICE_SE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for INPUT_DEVICE_SE
impl PartialEq for INPUT_DEVICE_SE
Source§impl PartialOrd for INPUT_DEVICE_SE
impl PartialOrd for INPUT_DEVICE_SE
impl Copy for INPUT_DEVICE_SE
impl Eq for INPUT_DEVICE_SE
impl StructuralPartialEq for INPUT_DEVICE_SE
Auto Trait Implementations§
impl Freeze for INPUT_DEVICE_SE
impl RefUnwindSafe for INPUT_DEVICE_SE
impl Send for INPUT_DEVICE_SE
impl Sync for INPUT_DEVICE_SE
impl Unpin for INPUT_DEVICE_SE
impl UnwindSafe for INPUT_DEVICE_SE
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