Struct pendulum::PendulumTicker
[−]
[src]
pub struct PendulumTicker { /* fields omitted */ }Ticker which drives a Pendulum forward in time.
Methods
impl PendulumTicker[src]
fn tick_duration(&self) -> Duration[src]
Tick duration that this ticker is supposed to operation on.
fn tick(&self)[src]
Trigger a tick of this ticker, causing the associated Pendulum to move forward in time.
Trait Implementations
impl Clone for PendulumTicker[src]
fn clone(&self) -> PendulumTicker[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more