[][src]Union openvr_sys::VREvent_Data_t

#[repr(C)]
pub union VREvent_Data_t {
    pub reserved: VREvent_Reserved_t,
    pub controller: VREvent_Controller_t,
    pub mouse: VREvent_Mouse_t,
    pub scroll: VREvent_Scroll_t,
    pub process: VREvent_Process_t,
    pub notification: VREvent_Notification_t,
    pub overlay: VREvent_Overlay_t,
    pub status: VREvent_Status_t,
    pub keyboard: VREvent_Keyboard_t,
    pub ipd: VREvent_Ipd_t,
    pub chaperone: VREvent_Chaperone_t,
    pub performanceTest: VREvent_PerformanceTest_t,
    pub touchPadMove: VREvent_TouchPadMove_t,
    pub seatedZeroPoseReset: VREvent_SeatedZeroPoseReset_t,
    pub screenshot: VREvent_Screenshot_t,
    pub screenshotProgress: VREvent_ScreenshotProgress_t,
    pub applicationLaunch: VREvent_ApplicationLaunch_t,
    pub cameraSurface: VREvent_EditingCameraSurface_t,
    pub messageOverlay: VREvent_MessageOverlay_t,
    pub property: VREvent_Property_t,
    pub dualAnalog: VREvent_DualAnalog_t,
    pub hapticVibration: VREvent_HapticVibration_t,
    pub webConsole: VREvent_WebConsole_t,
    pub inputBinding: VREvent_InputBindingLoad_t,
    pub actionManifest: VREvent_InputActionManifestLoad_t,
    pub spatialAnchor: VREvent_SpatialAnchor_t,
    // some fields omitted
}

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_t

Trait Implementations

impl Copy for VREvent_Data_t[src]

impl Clone for VREvent_Data_t[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]