pub(super) enum RawMappingContiguity {
Contiguous(Frame),
Discontiguous,
}
Available on non-crate feature
use_std
only.Expand description
Used to track if the memory underlying the mapping is contiguous
Variants§
Contiguous(Frame)
The underlying physical memory is contiguous, and starts at the contained frame
Discontiguous
The underlying physical memory is discontiguous, but all allocated by the same