Struct inotify::WatchDescriptor
source · pub struct WatchDescriptor { /* private fields */ }
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§
source§impl Clone for WatchDescriptor
impl Clone for WatchDescriptor
source§fn clone(&self) -> WatchDescriptor
fn clone(&self) -> WatchDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more