Type Definition rkyv::rel_ptr::RawRelPtrI64[][src]

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

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