Struct inotify::WatchDescriptor [−][src]
pub struct WatchDescriptor { /* fields omitted */ }
Expand description
Represents a watch on an inode
Can be obtained from Inotify::add_watch
or from an Event
. A watch
descriptor can be used to get inotify to stop watching an inode by passing
it to Inotify::rm_watch
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WatchDescriptor
impl Send for WatchDescriptor
impl Sync for WatchDescriptor
impl Unpin for WatchDescriptor
impl UnwindSafe for WatchDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more