Trait sim_by_fired_event::FrameCounter[][src]

pub trait FrameCounter: Copy {
    fn start_index() -> Self;
fn next_index(&mut self);
fn can_continue(&self, specified: &Self) -> bool; }

TimeCounter for user

Required methods

fn start_index() -> Self[src]

start state. this value used always.

fn next_index(&mut self)[src]

get next index

fn can_continue(&self, specified: &Self) -> bool[src]

check can continue

Loading content...

Implementations on Foreign Types

impl FrameCounter for u8[src]

impl FrameCounter for u16[src]

impl FrameCounter for u32[src]

impl FrameCounter for u64[src]

impl FrameCounter for u128[src]

impl FrameCounter for usize[src]

Loading content...

Implementors

Loading content...