Enum definitions::VMEventType [] [src]

pub enum VMEventType {
    KeyDown,
    KeyUp,
    MouseDown,
    MouseUp,
    Halt,
}

Variants

Trait Implementations

impl Debug for VMEventType
[src]

Formats the value using the given formatter.

impl Clone for VMEventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for VMEventType
[src]

impl PartialEq for VMEventType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for VMEventType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl FromStr for VMEventType
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more