Type Alias rkyv::rel_ptr::RawRelPtrU32

source ·
pub type RawRelPtrU32 = RawRelPtr<Archived<u32>>;
Expand description

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

Aliased Type§

struct RawRelPtrU32 { /* private fields */ }