pub type UserspaceReadableProcessBuffer = ReadWriteProcessBuffer;
Expand description
A shareable region of userspace memory.
This trait can be used to gain read-write access to memory regions wrapped in a ProcessBuffer type.
Aliased Typeยง
struct UserspaceReadableProcessBuffer { /* private fields */ }