Enum input_manager::Change[][src]

pub enum Change {
    Axis(AxisChange),
    Button(ButtonChange),
}

Variants

Trait Implementations

impl Clone for Change
[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.

impl Into<Change> for ButtonChange
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Change

impl Sync for Change