Type Definition rkyv::rel_ptr::RawRelPtrU64

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

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