Enum i3ipc::reply::NodeLayout [] [src]

pub enum NodeLayout {
    SplitH,
    SplitV,
    Stacked,
    Tabbed,
    DockArea,
    Output,
    Unknown,
}

Variants

A NodeLayout we don't support yet.

Trait Implementations

impl Debug for NodeLayout
[src]

[src]

Formats the value using the given formatter.