Type Definition binrw::FilePtr32[][src]

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

A type alias for FilePtr with 32-bit offsets.