Enum gabelstaplerwm::wm::client::ClientProp
[−]
[src]
pub enum ClientProp {
PropAtom(Vec<Atom>),
PropString(Vec<String>),
NoProp,
}Client property, as returned from a call.
Variants
PropAtom(Vec<Atom>)Property lookup returned at least one atom
PropString(Vec<String>)Property lookup returned at least one string
NoPropNo property was returned
Trait Implementations
impl Debug for ClientProp[src]
impl PartialEq for ClientProp[src]
fn eq(&self, __arg_0: &ClientProp) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ClientProp) -> bool
This method tests for !=.