Enum dbus::WatchEvent [] [src]

pub enum WatchEvent {
    Readable,
    Writable,
    Error,
    Hangup,
}

Variants

Trait Implementations

impl Clone for DBusWatchEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DBusWatchEvent
[src]

impl PartialEq for DBusWatchEvent
[src]

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

This method tests for !=.

impl Debug for DBusWatchEvent
[src]

Formats the value using the given formatter.