Struct tick_update::Tick [] [src]

pub struct Tick<F, T> {
    pub function: F,
    pub max_tick: usize,
    pub tick: usize,
    pub state: T,
}

Fields

Methods

impl<F, T> Tick<F, T> where
    F: Fn(&mut T), 
[src]

Trait Implementations

impl<F, T> AddAssign<usize> for Tick<F, T> where
    F: Fn(&mut T), 
[src]

The method for the += operator