Type Alias ssbh_lib::Ptr32

source ·
pub type Ptr32<T> = Ptr<u32, T>;
Expand description

A 32 bit file pointer relative to the start of the reader.

Aliased Type§

struct Ptr32<T>(/* private fields */);