Struct piston::input::UpdateArgs []

pub struct UpdateArgs {
    pub dt: f64,
}

Update arguments, such as delta time in seconds

Fields

dt: f64

Delta time in seconds.

Trait Implementations

impl Debug for UpdateArgs

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

impl PartialEq<UpdateArgs> for UpdateArgs

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

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

impl Clone for UpdateArgs

fn clone(&self) -> UpdateArgs

impl Copy for UpdateArgs