Struct alt_stm32f30x_hal::time::Instant[][src]

pub struct Instant { /* fields omitted */ }

A measurement of a monotonically nondecreasing clock

Methods

impl Instant
[src]

Ticks elapsed since the Instant was created

Trait Implementations

impl Clone for Instant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Instant
[src]

Auto Trait Implementations

impl Send for Instant

impl Sync for Instant