[][src]Trait guion::event::Destination

pub trait Destination: Clone + Sized {
    const ROOT: Self;
    const FOCUSED: Self;
    const HOVERED: Self;
    const INVALID: Self;
    fn default() -> Self { ... }
}

Associated Constants

const ROOT: Self

send the event to the root widget

const FOCUSED: Self

send the widget to the currently focused widget

const HOVERED: Self

send the event to the currently hovered widget

const INVALID: Self

distribution of such event is invalid

Loading content...

Provided methods

fn default() -> Self

Loading content...

Implementors

Loading content...