Union openvr_sys::VREvent_Data_t[][src]

#[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, // some fields omitted }

Fields

Trait Implementations

impl Copy for VREvent_Data_t
[src]

impl Clone for VREvent_Data_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations