[−][src]Union openvr_sys::VREvent_Data_t
Fields
reserved: VREvent_Reserved_tcontroller: VREvent_Controller_tmouse: VREvent_Mouse_tscroll: VREvent_Scroll_tprocess: VREvent_Process_tnotification: VREvent_Notification_toverlay: VREvent_Overlay_tstatus: VREvent_Status_tkeyboard: VREvent_Keyboard_tipd: VREvent_Ipd_tchaperone: VREvent_Chaperone_tperformanceTest: VREvent_PerformanceTest_ttouchPadMove: VREvent_TouchPadMove_tseatedZeroPoseReset: VREvent_SeatedZeroPoseReset_tscreenshot: VREvent_Screenshot_tscreenshotProgress: VREvent_ScreenshotProgress_tapplicationLaunch: VREvent_ApplicationLaunch_tcameraSurface: VREvent_EditingCameraSurface_tmessageOverlay: VREvent_MessageOverlay_tproperty: VREvent_Property_tdualAnalog: VREvent_DualAnalog_thapticVibration: VREvent_HapticVibration_twebConsole: VREvent_WebConsole_tinputBinding: VREvent_InputBindingLoad_tactionManifest: VREvent_InputActionManifestLoad_tspatialAnchor: VREvent_SpatialAnchor_tTrait 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>,