Struct event_loop::UpdateArgs [−] [src]

pub struct UpdateArgs {
    pub dt: f64,
}

Update arguments, such as delta time in seconds

Fields

dt

Delta time in seconds.

Trait Implementations

Derived Implementations

impl Debug for UpdateArgs

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for UpdateArgs

fn eq(&self, __arg_0: &UpdateArgs) -> bool

fn ne(&self, __arg_0: &UpdateArgs) -> bool

impl Clone for UpdateArgs

fn clone(&self) -> UpdateArgs

fn clone_from(&mut self, source: &Self)

impl Copy for UpdateArgs