Struct inotify::WatchDescriptor [−][src]
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
impl Clone for WatchDescriptor
[src][+]
impl Debug for WatchDescriptor
[src][+]
impl Eq for WatchDescriptor
[src]
impl Hash for WatchDescriptor
[src][+]
impl PartialEq<WatchDescriptor> for WatchDescriptor
[src][+]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,