Searched defs:InotifyEvent (Results 1 – 1 of 1) sorted by relevance
121 pub struct InotifyEvent { struct125 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()