std::io::file::mmap

Public

Types

NameDescription
FileMmap

Functions

NameDescription
mmap::bytesProvides a slice of bytes to the expected mapped range discarding the extra bytes due to misaligment of offset and/or size.
mmap::destroyDestroys the underlying VirtualMemory object ie. calls munmap()"