Searched defs:RawVec (Results 1 – 1 of 1) sorted by relevance
54 pub(crate) struct RawVec<T, A: Allocator = Global> { struct60 impl<T> RawVec<T, Global> { argument107 impl<T, A: Allocator> RawVec<T, A> { implementation365 impl<T, A: Allocator> RawVec<T, A> { impl483 unsafe impl<#[may_dangle] T, A: Allocator> Drop for RawVec<T, A> { implementation