Type Definition gabelstaplerwm::wm::client::OrderEntry
[−]
[src]
type OrderEntry = (Option<WeakClientRef>, Vec<WeakClientRef>);
An entry in the order
HashMap
of a ClientSet
.
Contains a weak reference to the optionally present focused client on that tagset, as well as an ordered sequence of weak references of all clients on the tagset given.