Struct lrs::inotify::InodeData

An inotify event.

Syntax

struct InodeData {
    watch: InodeWatch,
    events: InodeEvents,
    cookie: u32,
    /* private fields */
}

Fields

NameDescription
watch

The watch that generated the event.

events

The events that occured.

cookie

The cookie of the event.

Methods

ReceiverNameDescription
&selfname

Returns the name of the file that triggered the event.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

MaybeClone

Objects that can be duplicated.