Enum nix::unistd::Whence [] [src]

#[repr(i32)]
pub enum Whence { SeekSet, SeekCur, SeekEnd, }

Directive that tells lseek and lseek64 what the offset is relative to.

Variants

Specify an offset relative to the start of the file.

Specify an offset relative to the current file location.

Specify an offset relative to the end of the file.