Module inout_
buf
inout
0.1.4
Module inout_
buf
Module Items
Structs
In crate inout
Modules
errors
inout
inout_buf
reserved
Structs
InOut
InOutBuf
InOutBufIter
InOutBufReserved
IntoArrayError
NotEqualError
OutIsTooSmallError
PadError
PaddedInOutBuf
inout
Module
inout_buf
Copy item path
Settings
Help
Summary
Source
Structs
§
InOut
Buf
Custom slice type which references one immutable (input) slice and one mutable (output) slice of equal length. Input and output slices are either the same or do not overlap.
InOut
BufIter
Iterator over
InOutBuf
.