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 Copy for IdleArgs[src]
impl Copy for IdleArgsimpl Clone for IdleArgs[src]
impl Clone for IdleArgsfn clone(&self) -> IdleArgs[src]
fn clone(&self) -> IdleArgsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for IdleArgs[src]
impl PartialEq for IdleArgsfn eq(&self, other: &IdleArgs) -> bool[src]
fn eq(&self, other: &IdleArgs) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IdleArgs) -> bool[src]
fn ne(&self, other: &IdleArgs) -> boolThis method tests for !=.
impl Debug for IdleArgs[src]
impl Debug for IdleArgsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<IdleArgs> for Loop[src]
impl From<IdleArgs> for Loopimpl From<IdleArgs> for Event[src]
impl From<IdleArgs> for Event