Type Alias rkyv::rel_ptr::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 */ }