pub type cef_basetime_t = _cef_basetime_t;Expand description
Represents a wall clock time in UTC. Values are not guaranteed to be monotonically non-decreasing and are subject to large amounts of skew. Time is stored internally as microseconds since the Windows epoch (1601).
This is equivalent of Chromium base::Time (see base/time/time.h).
Aliased Type§
#[repr(C)]pub struct cef_basetime_t {
pub val: i64,
}Fields§
§val: i64