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

Trait Implementations

impl Copy for gvr_event
[src]

impl Clone for gvr_event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more