Struct gvr_sys::gvr_clock_time_point [] [src]

#[repr(C)]
pub struct gvr_clock_time_point { pub monotonic_system_time_nanos: i64, }

A monotonic system time representation. On Android, this is equivalent to System.nanoTime(), or clock_gettime(CLOCK_MONOTONIC). If there is any doubt about how to get the current time for the current platform, simply use gvr_get_time_point_now().

Fields

Trait Implementations

impl Debug for gvr_clock_time_point
[src]

Formats the value using the given formatter.

impl Copy for gvr_clock_time_point
[src]

impl Clone for gvr_clock_time_point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more