Struct quicksilver::Timer[][src]

pub struct Timer { /* fields omitted */ }

A structure that allows accumulation of actions in a loop

Methods

impl Timer
[src]

Create a timer that will tick at the first opportunity

For as many times as appopriate, update

Trait Implementations

impl Clone for Timer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Timer
[src]

impl Debug for Timer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Timer

impl Sync for Timer