Enum input_manager::AxisChange[][src]

pub enum AxisChange {
    Position(f64),
    Velocity(Direction),
    Falling(Direction),
}

Variants

Trait Implementations

impl Clone for AxisChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Change> for AxisChange
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AxisChange

impl Sync for AxisChange