Searched defs:RawVec (Results 1 – 1 of 1) sorted by relevance
53 pub(crate) struct RawVec<T, A: Allocator = Global> { struct59 impl<T> RawVec<T, Global> { argument106 impl<T, A: Allocator> RawVec<T, A> { implementation400 impl<T, A: Allocator> RawVec<T, A> { impl530 unsafe impl<#[may_dangle] T, A: Allocator> Drop for RawVec<T, A> { implementation