aphrodite::boot

Trait _MemoryMap

Source
pub trait _MemoryMap: Iterator<Item = &'static dyn MemoryMapping> + Index<usize, Output = dyn MemoryMapping> {
    // Required method
    fn len(&self) -> usize;
}
Expand description

Memory mapping.

Required Methods§

Source

fn len(&self) -> usize

Returns the number of MemoryMappings in the MemoryMap. This is total, not remainder.

Implementors§