Function nix::dirent::seekdir[][src]

pub fn seekdir<'a>(dir: &'a mut DirectoryStream, loc: c_long)

Sets the location in the directory stream from which the next readdir call will start.

The loc argument should be a value returned by a previous call to telldir