Struct nix::sys::inotify::WatchDescriptor [−][src]
pub struct WatchDescriptor { /* fields omitted */ }
This object is returned when you create a new watch on an inotify instance. It is then returned as part of an event once triggered. It allows you to know which watch triggered which event.
Trait Implementations
impl Clone for WatchDescriptor
[src]
impl Clone for WatchDescriptor
[src]fn clone(&self) -> WatchDescriptor
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for WatchDescriptor
[src]
impl Hash for WatchDescriptor
[src]impl Ord for WatchDescriptor
[src]
impl Ord for WatchDescriptor
[src]impl PartialEq<WatchDescriptor> for WatchDescriptor
[src]
impl PartialEq<WatchDescriptor> for WatchDescriptor
[src]fn eq(&self, other: &WatchDescriptor) -> bool
[src]
fn ne(&self, other: &WatchDescriptor) -> bool
[src]
impl PartialOrd<WatchDescriptor> for WatchDescriptor
[src]
impl PartialOrd<WatchDescriptor> for WatchDescriptor
[src]fn partial_cmp(&self, other: &WatchDescriptor) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool