Enum definitions::ExternalInterrupt [] [src]

pub enum ExternalInterrupt {
    KeyDown(Integer),
    KeyUp,
    MouseDown(Integer),
    MouseUp(Integer),
    Halt,
}

Variants

Trait Implementations

impl Debug for ExternalInterrupt
[src]

Formats the value using the given formatter.

impl Clone for ExternalInterrupt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more