rstd 0.1.0
Loading...
Searching...
No Matches
rstd::io::SeekFrom Struct Referenceexport
module rstd

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.
 

Detailed Description

Enumeration of possible methods to seek within an I/O object.


The documentation for this struct was generated from the following file: