Struct gvr_sys::gvr_event [] [src]

#[repr(C)]
pub struct gvr_event { pub timestamp: gvr_clock_time_point, pub type_: i32, pub flags: gvr_flags, pub __bindgen_anon_1: gvr_event__bindgen_ty_1, }

Container for various GVR-events to which the client can optionally respond.

Fields