Structsยง
Functionsยง
- reserve_
and_ ๐pad - Reserves the required space, and pads the vec with 0s if necessary.
- slice_
write ๐ - slice_
write_ ๐all - slice_
write_ ๐all_ vectored - slice_
write_ ๐vectored - vec_
write_ ๐all - Resizing
write_all
implementation forCursor
. - vec_
write_ ๐ โall_ unchecked - Writes the slice to the vec without allocating.
- vec_
write_ ๐all_ vectored - Resizing
write_all_vectored
implementation forCursor
.