Type Definition binrw::FilePtr64[][src]

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

A type alias for FilePtr with 64-bit offsets.