Available on crate feature
full only.Expand description
Types to manipulate the kernel and userspace address spaces
This module provides two sets of address space types - the Kernel and Userspace marker types
for use with (Mapping)crate::mapping::Mapping, as well as the AddressSpace type for directly
manipulating the address space of a thread.