Struct coarsetime::Clock [] [src]

pub struct Clock;

System time

Methods

impl Clock
[src]

[src]

Returns the elapsed time since the UNIX epoch

[src]

Returns the elapsed time since the UNIX epoch, based on the latest explicit time update

[src]

Updates the system time - This is completely equivalent to calling Instant::update()