Function time::get_time
[−]
[src]
pub fn get_time() -> Timespec
Returns the current time as a timespec
containing the seconds and
nanoseconds since 1970-01-01T00:00:00Z.
pub fn get_time() -> Timespec
Returns the current time as a timespec
containing the seconds and
nanoseconds since 1970-01-01T00:00:00Z.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).