Re-exports§
pub use nix::libc;
Structs§
- Paged
Segment - Memory segment that allows customized page fault handling in user space.
- Prot
Flags - Desired memory protection of a memory mapping.
- Segment
- A segment of OS memory.
- Shared
Memory - Reference that is used to share memory among Segment (or PagedSegment).
- VecPage
Store
Enums§
Traits§
- Page
Store - Backend store for the user space paging. The store is a collection of pages for their persistent contents.