Struct openvr_sys::VREvent_t [] [src]

#[repr(C)]
pub struct VREvent_t { pub eventType: u32, pub trackedDeviceIndex: TrackedDeviceIndex_t, pub eventAgeSeconds: f32, pub data: VREvent_Data_t, }

An event posted by the server to all running applications

Fields

Trait Implementations

impl Copy for VREvent_t
[src]

impl Clone for VREvent_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more