Expand description
Relative pointer implementations and options.
Structs§
- An untyped pointer which resolves relative to its position in memory.
- A pointer which resolves to relative to its position in memory.
Traits§
- A offset that can be used with
RawRelPtr.
Functions§
- Calculates the offset between two positions as an
isize.
Type Aliases§
- A raw relative pointer that uses an archived
i8as the underlying offset. - A raw relative pointer that uses an archived
i16as the underlying offset. - A raw relative pointer that uses an archived
i32as the underlying offset. - A raw relative pointer that uses an archived
i64as the underlying offset. - A raw relative pointer that uses an archived
u8as the underlying offset. - A raw relative pointer that uses an archived
u16as the underlying offset. - A raw relative pointer that uses an archived
u32as the underlying offset. - A raw relative pointer that uses an archived
u64as the underlying offset.