Module lancelot::aspace[][src]

Structs

AbsoluteAddressSpace

An AddressSpace in which (mostly) contiguous data is mapped at a base address, is addressed using absolute pointers (relative to 0x0).

AddressSpaceSlice
RelativeAddressSpace

An AddressSpace in which data is mapped at or near after a base address, and addressed using positive offsets from this base address.

Enums

AddressSpaceError

Traits

AddressSpace