Searched defs:MemoryMapOwned (Results 1 – 4 of 4) sorted by relevance
354 pub struct MemoryMapOwned { struct361 impl MemoryMapOwned { impl372 impl MemoryMap for MemoryMapOwned { implementation397 impl MemoryMapMut for MemoryMapOwned { implementation412 impl Index<usize> for MemoryMapOwned { implementation420 impl IndexMut<usize> for MemoryMapOwned { implementation
354 pub struct MemoryMapOwned { struct361 impl MemoryMapOwned { argument372 impl MemoryMap for MemoryMapOwned { implementation397 impl MemoryMapMut for MemoryMapOwned { implementation412 impl Index<usize> for MemoryMapOwned { implementation420 impl IndexMut<usize> for MemoryMapOwned { implementation
258 pub fn memory_map(mt: MemoryType) -> Result<MemoryMapOwned> { in memory_map()1223 pub unsafe fn exit_boot_services(memory_type: MemoryType) -> MemoryMapOwned { in exit_boot_services()