Type Alias rkyv::rel_ptr::RawRelPtrI32
source · pub type RawRelPtrI32 = RawRelPtr<Archived<i32>>;
Expand description
A raw relative pointer that uses an archived i32
as the underlying offset.
Aliased Type§
struct RawRelPtrI32 { /* private fields */ }