Enum bidrag::Binding[][src]

pub enum Binding {
    KBKey(Key),
    MAxis(MouseAxis),
    MButton(MouseButton),
}

Variants

Trait Implementations

impl Debug for Binding
[src]

Formats the value using the given formatter. Read more

impl Copy for Binding
[src]

impl Clone for Binding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Binding

impl Sync for Binding