Home
last modified time | relevance | path

Searched defs:RawVec (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/rust/alloc/
Draw_vec.rs54 pub(crate) struct RawVec<T, A: Allocator = Global> { struct
60 impl<T> RawVec<T, Global> { argument
107 impl<T, A: Allocator> RawVec<T, A> { implementation
365 impl<T, A: Allocator> RawVec<T, A> { impl
483 unsafe impl<#[may_dangle] T, A: Allocator> Drop for RawVec<T, A> { implementation