Struct openvr_sys::VREvent_t[][src]

#[repr(C)] #[repr(packed)]
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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for VREvent_t

impl !Sync for VREvent_t