io_
extras
0.18.3
Module raw
Structs
In crate io_
extras
Module
io_extras
::
raw
Copy item path
source
·
[
−
]
Expand description
RawReadable
and
RawWriteable
.
Structs
§
RawReadable
A non-owning unsafe I/O handle that implements
Read
.
Read
functions are considered safe, so this type requires
unsafe
to construct.
RawWriteable
A non-owning unsafe I/O handle that implements
Write
.
Write
functions considered are safe, so this type requires
unsafe
to construct.