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 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 !=
.
impl Debug for IdleArgs
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src][−]
Formats the value using the given formatter.
impl Decodable for IdleArgs
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<IdleArgs, __D::Error>
[src][−]
Deserialize a value using a Decoder
.