sparse_mmap::unix

Type Alias 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 */ }