Enum neocom::s::Event[][src]

pub enum Event {
    Down {
        button: Button,
    },
    Up {
        button: Button,
    },
}

Variants

Fields of Down

Fields of Up

Trait Implementations

impl Copy for Event
[src]

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event