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
window_type: Atom
client/window type
state: Vec<Atom>
window state
name: String
the client's title
class: Vec<String>
the client's class(es)
Trait Implementations
impl Clone for ClientProps
[src]
fn clone(&self) -> ClientProps
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more