Home
last modified time | relevance | path

Searched defs:InotifyEvent (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dinotify.rs121 pub struct InotifyEvent { struct
125 pub wd: WatchDescriptor,
128 pub mask: AddWatchFlags,
131 pub cookie: u32,
134 pub name: Option<OsString>,
191 pub fn read_events(self) -> Result<Vec<InotifyEvent>> { in read_events()