Type Definition stack_dst::buffers::PtrVec

source ·
pub type PtrVec = Vec<MaybeUninit<*const ()>>;
Expand description

Dyanamically allocated buffer with pointer alignment