Struct input::UpdateArgs [] [src]

pub struct UpdateArgs {
    pub dt: f64,
}

Update arguments, such as delta time in seconds

Fields

Delta time in seconds.

Trait Implementations

impl Copy for UpdateArgs
[src]

impl Clone for UpdateArgs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for UpdateArgs
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for UpdateArgs
[src]

[src]

Formats the value using the given formatter.

impl Decodable for UpdateArgs
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for UpdateArgs
[src]

[src]

Serialize a value using an Encoder.