Type Alias RawRelPtrI8

Source
pub type RawRelPtrI8 = RawRelPtr<Archived<i8>>;
Expand description

A raw relative pointer that uses an archived i8 as the underlying offset.

Aliased Typeยง

struct RawRelPtrI8 { /* private fields */ }