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. |
pub struct UpdateArgs {
pub dt: f64,
}Update arguments, such as delta time in seconds
dt | Delta time in seconds. |
impl Debug for UpdateArgsimpl PartialEq for UpdateArgsfn eq(&self, __arg_0: &UpdateArgs) -> boolfn ne(&self, __arg_0: &UpdateArgs) -> boolimpl Clone for UpdateArgsfn clone(&self) -> UpdateArgsfn clone_from(&mut self, source: &Self)impl Copy for UpdateArgs
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).