Type Alias RawRelPtr

Source
pub type RawRelPtr = RawRelPtr<Archived<isize>>;
Expand description

The default raw relative pointer.

This will use an archived FixedIsize to hold the offset.

Aliased Typeยง

struct RawRelPtr { /* private fields */ }