Searched defs:InotifyEvent (Results 1 – 1 of 1) sorted by relevance
99 pub struct InotifyEvent { struct103 pub wd: WatchDescriptor,106 pub mask: AddWatchFlags,109 pub cookie: u32,112 pub name: Option<OsString>174 pub fn read_events(self) -> Result<Vec<InotifyEvent>> { in read_events()