Trait sim_by_fired_event::model::NothingEventModel[][src]

pub trait NothingEventModel<Rec> {
    fn initialize(&mut self, recorder: &mut Rec);
fn start_frame(&mut self, recorder: &mut Rec);
fn step(&mut self, recorder: &mut Rec);
fn finish_frame(&mut self, recorder: &mut Rec); }

can store model as Simulator’s model for Nothing event

Required methods

fn initialize(&mut self, recorder: &mut Rec)[src]

initialize model

fn start_frame(&mut self, recorder: &mut Rec)[src]

action when start frame

fn step(&mut self, recorder: &mut Rec)[src]

action step

fn finish_frame(&mut self, recorder: &mut Rec)[src]

action when finish frame

Loading content...

Implementors

Loading content...