Update

Trait Update 

Source
pub trait Update {
    // Required method
    fn update(data: &mut HashTypeId2Data, gfx: &Gfx);
}
Expand description

running in Paint function { [update, update, ..] (may also have) [{pass}, {pass}, ..] }

Required Methods§

Source

fn update(data: &mut HashTypeId2Data, gfx: &Gfx)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§