Enum libflo_event::Event [] [src]

pub enum Event {
    NativeEventNone(NativeEventNone),
    NativeEventInput(NativeEventInput),
    NativeEventOutput(NativeEventOutput),
    NativeEventInputOutput(NativeEventInputOutput),
    StringEventNone(StringEventNone),
    StringEventInput(StringEventInput),
    StringEventOutput(StringEventOutput),
    StringEventInputOutput(StringEventInputOutput),
}

Variants

Methods

impl Event
[src]

Trait Implementations

impl From<NativeEventNone> for Event
[src]

Performs the conversion.

impl From<NativeEventInput> for Event
[src]

Performs the conversion.

impl From<NativeEventOutput> for Event
[src]

Performs the conversion.

impl From<NativeEventInputOutput> for Event
[src]

Performs the conversion.

impl From<StringEventNone> for Event
[src]

Performs the conversion.

impl From<StringEventInput> for Event
[src]

Performs the conversion.

impl From<StringEventOutput> for Event
[src]

Performs the conversion.

impl From<StringEventInputOutput> for Event
[src]

Performs the conversion.