Struct input::IdleArgs [] [src]

pub struct IdleArgs {
    pub dt: f64,
}

Idle arguments, such as expected idle time in seconds.

Fields

Expected idle time in seconds.

Trait Implementations

impl Copy for IdleArgs
[src]

impl Clone for IdleArgs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IdleArgs
[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 IdleArgs
[src]

[src]

Formats the value using the given formatter. Read more

impl From<IdleArgs> for Loop
[src]

[src]

Performs the conversion.

impl From<IdleArgs> for Event
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IdleArgs

impl Sync for IdleArgs