Struct input::UpdateArgs
[−]
[src]
pub struct UpdateArgs { pub dt: f64, }
Update arguments, such as delta time in seconds
Fields
dt | Delta time in seconds. |
pub struct UpdateArgs { pub dt: f64, }
Update arguments, such as delta time in seconds
dt | Delta time in seconds. |
impl Debug for UpdateArgs
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