Type Definition binrw::FilePtr64[][src]

type FilePtr64<T> = FilePtr<u64, T>;

A type alias for FilePtr with 64-bit offsets.