pub struct Config {
physical_location: Location<RawFrame>,
virtual_location: Location<RawPage>,
page_count: NonZero<usize>,
physical_allocator: AllocatorTy,
protection: Protection,
caching: Caching,
reason: Ty,
}Available on crate feature
full only.Fields§
§physical_location: Location<RawFrame>§virtual_location: Location<RawPage>§page_count: NonZero<usize>§physical_allocator: AllocatorTy§protection: Protection§caching: Caching§reason: Ty