Module binrw::file_ptr[][src]

Expand description

Type definitions for wrappers which represent a layer of indirection within a file.

Structs

A wrapper type which represents a layer of indirection within a file.

Traits

A trait to convert from an integer into SeekFrom::Current.

Type Definitions

A type alias for FilePtr with 8-bit offsets.

A type alias for FilePtr with 16-bit offsets.

A type alias for FilePtr with 32-bit offsets.

A type alias for FilePtr with 64-bit offsets.

A type alias for FilePtr with 128-bit offsets.