Enum i3_ipc::event::Event[][src]

pub enum Event {
    Workspace(Box<WorkspaceData, Global>),
    Output(OutputData),
    Mode(ModeData),
    Window(Box<WindowData, Global>),
    BarConfig(BarConfig),
    Binding(BindingData),
    Shutdown(ShutdownData),
    Tick(TickData),
}

Variants

Workspace(Box<WorkspaceData, Global>)

Tuple Fields

Output(OutputData)

Tuple Fields

Mode(ModeData)

Tuple Fields

Window(Box<WindowData, Global>)

Tuple Fields

BarConfig(BarConfig)

Tuple Fields

Binding(BindingData)

Tuple Fields

Shutdown(ShutdownData)

Tuple Fields

Tick(TickData)

Tuple Fields

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.