Type Alias RawRelPtrI16

Source
pub type RawRelPtrI16 = RawRelPtr<Archived<i16>>;
Expand description

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

Aliased Typeยง

struct RawRelPtrI16 { /* private fields */ }