Type Alias RawRelPtrU64

Source
pub type RawRelPtrU64 = RawRelPtr<Archived<u64>>;
Expand description

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

Aliased Typeยง

struct RawRelPtrU64 { /* private fields */ }