Struct adi::Clock[][src]

pub struct Clock { /* fields omitted */ }

Clock represents the state of a Real-Time-Clock (RTC). You can use it to make animations, time operations, or determine the date and time (TODO).

Methods

impl Clock
[src]

Get the current state of the Real-Time-Clock (RTC).

Get the number of seconds since self was initialized with Clock::new().

Auto Trait Implementations

impl Send for Clock

impl Sync for Clock