Type Alias sparse_mmap::unix::Mappable

source ·
pub type Mappable = OwnedFd;
Expand description

An owned handle to an OS object that can be mapped into a SparseMapping.

On Windows, this is a section handle. On Linux, it is a file descriptor.

Aliased Type§

struct Mappable { /* private fields */ }