An inotify object.
struct Inotify {
/* private fields */
}| Name | Description |
|---|---|
| new | Creates a new inotify object. |
| Receiver | Name | Description |
|---|---|---|
&self | available | Returns the number of bytes available for reading. |
&self | events | Reads events and creates an iterator over those events. |
&self | remove_watch | Removes a watch. |
&self | set_watch | Adds a watch or changes the watch of a path. |
| Name | Description |
|---|---|
| Drop | Objects with a destructor. |
| FDContainer | Objects that are file descriptor wrappers. |
| UndefState | Types that are not valid when they contain certain bit patterns. |