Enum bmidi::KeyEventType [] [src]

pub enum KeyEventType {
    Press,
    Release,
    Aftertouch,
}

Variants

Trait Implementations

impl Debug for KeyEventType
[src]

Formats the value using the given formatter.

impl Clone for KeyEventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeyEventType
[src]