Enum definitions::ExternalInterrupt
[−]
[src]
pub enum ExternalInterrupt {
KeyDown(Integer),
KeyUp,
MouseDown(Integer),
MouseUp(Integer),
Halt,
}Variants
KeyDown(Integer)KeyUpMouseDown(Integer)MouseUp(Integer)HaltTrait Implementations
impl Debug for ExternalInterrupt[src]
impl Clone for ExternalInterrupt[src]
fn clone(&self) -> ExternalInterrupt
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more