[−][src]Union openvr_sys::VREvent_Data_t
Fields
reserved: VREvent_Reserved_t
controller: VREvent_Controller_t
mouse: VREvent_Mouse_t
scroll: VREvent_Scroll_t
process: VREvent_Process_t
notification: VREvent_Notification_t
overlay: VREvent_Overlay_t
status: VREvent_Status_t
keyboard: VREvent_Keyboard_t
ipd: VREvent_Ipd_t
chaperone: VREvent_Chaperone_t
performanceTest: VREvent_PerformanceTest_t
touchPadMove: VREvent_TouchPadMove_t
seatedZeroPoseReset: VREvent_SeatedZeroPoseReset_t
screenshot: VREvent_Screenshot_t
screenshotProgress: VREvent_ScreenshotProgress_t
applicationLaunch: VREvent_ApplicationLaunch_t
cameraSurface: VREvent_EditingCameraSurface_t
messageOverlay: VREvent_MessageOverlay_t
property: VREvent_Property_t
dualAnalog: VREvent_DualAnalog_t
hapticVibration: VREvent_HapticVibration_t
webConsole: VREvent_WebConsole_t
inputBinding: VREvent_InputBindingLoad_t
actionManifest: VREvent_InputActionManifestLoad_t
spatialAnchor: VREvent_SpatialAnchor_t
Trait Implementations
impl Clone for VREvent_Data_t
[src]
fn clone(&self) -> VREvent_Data_t
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for VREvent_Data_t
[src]
Auto Trait Implementations
impl RefUnwindSafe for VREvent_Data_t
impl Send for VREvent_Data_t
impl Sync for VREvent_Data_t
impl Unpin for VREvent_Data_t
impl UnwindSafe for VREvent_Data_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,