Struct lrs::inotify::InodeWatch

An inotify watch.

Syntax

struct InodeWatch(i32)

Fields

PositionDescription
1

The integer representing the watch.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

MaybeClone

Objects that can be duplicated.

Pod

Objects that are safe to use if they contain a random bit pattern.