[][src]Function uapi::inotify_read

pub fn inotify_read<T: Pod + ?Sized>(
    fd: c_int,
    buf: &mut T
) -> Result<impl IntoIterator<Item = InotifyEvent<'_>>>

Reads from an inotify file descriptor and returns an iterator over the results