Crate memory_addresses

Source
Expand description

Universal crate for machine address types.

Re-exports§

pub use crate::arch::x86_64::PhysAddr;
pub use crate::arch::x86_64::VirtAddr;

Modules§

arch
Architecture specific address types

Structs§

AddrIter
An iterator over a memory range
AddrRange
A memory range.

Enums§

AddrRangeError
Error type for AddrRange

Traits§

MemoryAddress
Trait that marks memory addresses.