Struct inotify::WatchDescriptor [] [src]

pub struct WatchDescriptor(_);

Represents a file that inotify is watching

Can be obtained from Inotify::add_watch or from an Event. A watch descriptor can be used to get inotify to stop watching a file by passing it to Inotify::rm_watch.

Trait Implementations

impl Clone for WatchDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WatchDescriptor
[src]

impl Debug for WatchDescriptor
[src]

Formats the value using the given formatter.

impl Eq for WatchDescriptor
[src]

impl PartialEq for WatchDescriptor
[src]

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

This method tests for !=.