An inotify event.
struct InodeData {
watch: InodeWatch,
events: InodeEvents,
cookie: u32,
/* private fields */
}| Name | Description |
|---|---|
| watch | The watch that generated the event. |
| events | The events that occured. |
| cookie | The cookie of the event. |
| Receiver | Name | Description |
|---|---|---|
&self | name | Returns the name of the file that triggered the event. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| MaybeClone | Objects that can be duplicated. |