Struct fibers_inotify::InotifyEvent [] [src]

pub struct InotifyEvent {
    pub mask: EventMask,
    pub cookie: u32,
    pub name: Option<PathBuf>,
    // some fields omitted
}

Event notified by inotify.

Fields

Mask describing event.

Unique cookie associating related events.

The file/directory name within to the watched directory.

This is present only when an event is returned for a file or directory inside a watched directory.

Trait Implementations

impl Debug for InotifyEvent
[src]

[src]

Formats the value using the given formatter.

impl Clone for InotifyEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more