Enum dbus::WatchEvent [] [src]

#[repr(C)]
pub enum WatchEvent { Readable, Writable, Error, Hangup, }

Variants

Methods

impl WatchEvent
[src]

After running poll, this transforms the revents into a parameter you can send into Connection::watch_handle

Trait Implementations

impl Debug for DBusWatchEvent
[src]

Formats the value using the given formatter.

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 Copy for DBusWatchEvent
[src]

impl Clone for DBusWatchEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more