☰
Module cursor
Structs
Functions
?
Module
std
::
io
::
cursor
source
·
[
−
]
Structs
Cursor
A
Cursor
wraps an in-memory buffer and provides it with a
Seek
implementation.
Functions
reserve_and_pad
🔒
Reserves the required space, and pads the vec with 0s if necessary.
slice_write
🔒
slice_write_vectored
🔒
vec_write
🔒
Resizing write implementation for
Cursor
vec_write_unchecked
🔒
⚠
Writes the slice to the vec without allocating
vec_write_vectored
🔒
Resizing write_vectored implementation for
Cursor