Type Alias RawRelPtr
pub type RawRelPtr = RawRelPtr<i32_le>;
Available on crate feature
dep_rkyv
only.Expand description
The default raw relative pointer.
This will use an archived FixedIsize
to
hold the offset.
Aliased Typeยง
struct RawRelPtr { /* private fields */ }