Struct gabelstaplerwm::wm::client::ClientProps [] [src]

pub struct ClientProps {
    pub window_type: Atom,
    pub state: Vec<Atom>,
    pub name: String,
    pub class: Vec<String>,
}

Client properties, as obtained from the X server.

Fields

client/window type

window state

the client's title

the client's class(es)

Trait Implementations

impl Clone for ClientProps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientProps
[src]

Formats the value using the given formatter.