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