Struct input::IdleArgs
[−]
[src]
pub struct IdleArgs {
pub dt: f64,
}Idle arguments, such as expected idle time in seconds.
Fields
dt: f64
Expected idle time in seconds.
Trait Implementations
impl<I> From<IdleArgs> for Event<I>[src]
impl Copy for IdleArgs[src]
impl Clone for IdleArgs[src]
fn clone(&self) -> IdleArgs[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for IdleArgs[src]
fn eq(&self, __arg_0: &IdleArgs) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IdleArgs) -> bool[src]
This method tests for !=.