Module io_at::os [] [src]

OS specific implimentations of WriteAt and/or ReadAt

Reexports

pub use self::unix::{pread, pwrite};
pub use self::raw::IoAtRaw;

Modules

file
raw
unix

Traits

AsRawFd

A trait to extract the raw unix file descriptor from an underlying object.