Struct input_manager::ButtonChange[][src]

pub struct ButtonChange(pub bool);

Trait Implementations

impl Clone for ButtonChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Change> for ButtonChange
[src]

Performs the conversion.

Auto Trait Implementations