Type Definition binrw::FilePtr32

source ·
pub type FilePtr32<T> = FilePtr<u32, T>;
Expand description

A type alias for FilePtr with 32-bit offsets.