#[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,
}Expand description
Container for various GVR-events to which the client can optionally respond.
Fields§
§timestamp: gvr_clock_time_point§type_: i32§flags: gvr_flags§__bindgen_anon_1: gvr_event__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for gvr_event
impl RefUnwindSafe for gvr_event
impl Send for gvr_event
impl Sync for gvr_event
impl Unpin for gvr_event
impl UnwindSafe for gvr_event
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more