Module segment

Module segment 

Source
Expand description

Zero-copy segment views into a memory-mapped file.

Structsยง

Segment
Immutable view into a region of a memory-mapped file.
SegmentMut
Mutable view into a region of a memory-mapped file. Holds a reference to the parent map; mutable access is provided on demand.