Struct i3ipc::event::BarConfigEventInfo [] [src]

pub struct BarConfigEventInfo {
    pub bar_config: BarConfig,
}

Data for BarConfigEvent.

Fields

The new i3 bar configuration.

Trait Implementations

impl Debug for BarConfigEventInfo
[src]

[src]

Formats the value using the given formatter.

impl FromStr for BarConfigEventInfo
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more