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 requiresunsafe
to construct. - RawWriteable
- A non-owning unsafe I/O handle that implements
Write
.Write
functions considered are safe, so this type requiresunsafe
to construct.