Struct memmap::MmapOptions
[−]
[src]
pub struct MmapOptions { pub stack: bool, }
Fields
stack | Indicates that the memory map should be suitable for a stack. This option should only be used with anonymous memory maps. |