|
rstd 0.1.0
|
Enumeration of possible methods to seek within an I/O object. More...
Static Public Member Functions | |
| static auto | from_start (u64 n) noexcept -> SeekFrom |
| Creates a SeekFrom that seeks to an absolute position from the start. | |
| static auto | from_end (i64 n) noexcept -> SeekFrom |
| Creates a SeekFrom that seeks relative to the end of the stream. | |
| static auto | from_current (i64 n) noexcept -> SeekFrom |
| Creates a SeekFrom that seeks relative to the current position. | |
Enumeration of possible methods to seek within an I/O object.