Enum hate::Event [] [src]

pub enum Event {
    Click {
        pos: Point,
    },
    Resize {
        aspect_ratio: f32,
    },
}

Variants

Fields of Click

Fields of Resize

Trait Implementations

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

Formats the value using the given formatter.