pub type RelPtr<T> = RelPtr<T, ArchivedIsize>;Expand description
The default relative pointer.
This will use an archived FixedIsize to
hold the offset.
Aliased Typeยง
pub struct RelPtr<T> { /* private fields */ }pub type RelPtr<T> = RelPtr<T, ArchivedIsize>;The default relative pointer.
This will use an archived FixedIsize to
hold the offset.
pub struct RelPtr<T> { /* private fields */ }