Enum kansas::events::EventType[][src]

pub enum EventType {
    MouseMove,
    MouseClick,
    MouseScroll,
    KeyPress,
    Resize,
}

Variants

Trait Implementations

impl Debug for EventType
[src]

Formats the value using the given formatter. Read more

impl Copy for EventType
[src]

impl Clone for EventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for EventType
[src]

impl PartialEq for EventType
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for EventType

impl Sync for EventType