Struct nix::sys::inotify::WatchDescriptor
pub struct WatchDescriptor { /* fields hidden */ }
Documentation
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
fn clone(&Self) -> WatchDescriptor
impl Copy for WatchDescriptor
impl Debug for WatchDescriptor
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for WatchDescriptor
impl Hash for WatchDescriptor
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl Ord for WatchDescriptor
fn cmp(&Self, other: &WatchDescriptor) -> $crate::cmp::Ordering
impl PartialEq<WatchDescriptor> for WatchDescriptor
fn eq(&Self, other: &WatchDescriptor) -> bool
fn ne(&Self, other: &WatchDescriptor) -> bool
impl PartialOrd<WatchDescriptor> for WatchDescriptor
fn partial_cmp(&Self, other: &WatchDescriptor) -> $crate::option::Option<$crate::cmp::Ordering>
impl StructuralEq for WatchDescriptor
impl StructuralPartialEq for WatchDescriptor
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> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T