Crate pluginop_rawptr

Source
Expand description

An internal crate to offer a safe interface over raw pointers to pinned types.

Structsยง

BytesMutPtr
A (safe) wrapper over a raw pointer to BytesMut.
CursorBytesPtr
A (safe) wrapper over a raw pointer to Cursor<Bytes>
RawMutPtr
A raw mutable pointer to a pinned structure that is !Unpin.
RawPtr
A raw pointer to a pinned structure that is !Unpin.