Enum gabelstaplerwm::wm::client::ClientProp [] [src]

pub enum ClientProp {
    PropAtom(Vec<Atom>),
    PropString(Vec<String>),
    NoProp,
}

Client property, as returned from a call.

Variants

Property lookup returned at least one atom

Property lookup returned at least one string

No property was returned

Trait Implementations

impl Debug for ClientProp
[src]

Formats the value using the given formatter.

impl PartialEq for ClientProp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ClientProp
[src]