Type Alias rkyv::rel_ptr::RawRelPtrI64

source ·
pub type RawRelPtrI64 = RawRelPtr<Archived<i64>>;
Expand description

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

Aliased Type§

struct RawRelPtrI64 { /* private fields */ }