Expand description
An internal crate to offer a safe interface over raw pointers to pinned types.
Structsยง
- Bytes
MutPtr - A (safe) wrapper over a raw pointer to
BytesMut
. - Cursor
Bytes Ptr - A (safe) wrapper over a raw pointer to
Cursor<Bytes>
- RawMut
Ptr - A raw mutable pointer to a pinned structure that is
!Unpin
. - RawPtr
- A raw pointer to a pinned structure that is
!Unpin
.