Type Alias RawRelPtrU16

Source
pub type RawRelPtrU16 = RawRelPtr<Archived<u16>>;
Expand description

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

Aliased Typeยง

struct RawRelPtrU16 { /* private fields */ }