[][src]Module pinvec::buf

Pinned non-growing buffer.

Structs

PinBuffer

Wraps Vec<T> and disallows re-allocation.