Struct quicksilver::Timer [] [src]

pub struct Timer { /* fields omitted */ }

A structure that allows accumulation of actions in a loop

Methods

impl Timer
[src]

[src]

Create a timer that will tick at the first opportunity

[src]

For as many times as appopriate, update

Trait Implementations

impl Clone for Timer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Timer
[src]

impl Debug for Timer
[src]

[src]

Formats the value using the given formatter.