sparse_mmap::unix

Type Alias MappableRef

Source
pub type MappableRef<'a> = BorrowedFd<'a>;
Expand description

A reference to an 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 MappableRef<'a> { /* private fields */ }