#[repr(u32)]pub enum INPUT_DEVICE_VR {
Keyboard = 0,
Mouse = 1,
Gamepad = 2,
VivePrimary = 3,
ViveSecondary = 4,
OculusPrimary = 5,
OculusSecondary = 6,
WMRPrimary = 7,
WMRSecondary = 8,
VRVirtualKeyboard = 9,
}
Variants§
Keyboard = 0
Mouse = 1
Gamepad = 2
VivePrimary = 3
ViveSecondary = 4
OculusPrimary = 5
OculusSecondary = 6
WMRPrimary = 7
WMRSecondary = 8
VRVirtualKeyboard = 9
Trait Implementations§
Source§impl Clone for INPUT_DEVICE_VR
impl Clone for INPUT_DEVICE_VR
Source§fn clone(&self) -> INPUT_DEVICE_VR
fn clone(&self) -> INPUT_DEVICE_VR
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_VR
impl Debug for INPUT_DEVICE_VR
Source§impl From<INPUT_DEVICE_VR> for INPUT_DEVICE
impl From<INPUT_DEVICE_VR> for INPUT_DEVICE
Source§fn from(value: INPUT_DEVICE_VR) -> Self
fn from(value: INPUT_DEVICE_VR) -> Self
Converts to this type from the input type.
Source§impl From<INPUT_DEVICE_VR> for INPUT_DEVICE_VR_CEnum
impl From<INPUT_DEVICE_VR> for INPUT_DEVICE_VR_CEnum
Source§fn from(value: INPUT_DEVICE_VR) -> Self
fn from(value: INPUT_DEVICE_VR) -> Self
Converts to this type from the input type.
Source§impl Hash for INPUT_DEVICE_VR
impl Hash for INPUT_DEVICE_VR
Source§impl Ord for INPUT_DEVICE_VR
impl Ord for INPUT_DEVICE_VR
Source§fn cmp(&self, other: &INPUT_DEVICE_VR) -> Ordering
fn cmp(&self, other: &INPUT_DEVICE_VR) -> 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_VR
impl PartialEq for INPUT_DEVICE_VR
Source§impl PartialOrd for INPUT_DEVICE_VR
impl PartialOrd for INPUT_DEVICE_VR
impl Copy for INPUT_DEVICE_VR
impl Eq for INPUT_DEVICE_VR
impl StructuralPartialEq for INPUT_DEVICE_VR
Auto Trait Implementations§
impl Freeze for INPUT_DEVICE_VR
impl RefUnwindSafe for INPUT_DEVICE_VR
impl Send for INPUT_DEVICE_VR
impl Sync for INPUT_DEVICE_VR
impl Unpin for INPUT_DEVICE_VR
impl UnwindSafe for INPUT_DEVICE_VR
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