Type Definition binrw::FilePtr64

source ·
pub type FilePtr64<T> = FilePtr<u64, T>;
Expand description

A type alias for FilePtr with 64-bit offsets.