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