Module os

Source
Expand description

OS specific implimentations of WriteAt and/or ReadAt

Re-exports§

pub use self::unix::pread;
pub use self::unix::pwrite;
pub use self::raw::IoAtRaw;

Modules§

file
raw
unix

Traits§

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