Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Draw_vec.rs53 pub(crate) struct RawVec<T, A: Allocator = Global> { struct
59 impl<T> RawVec<T, Global> { argument
106 impl<T, A: Allocator> RawVec<T, A> { impl
400 impl<T, A: Allocator> RawVec<T, A> { implementation
520 unsafe impl<#[may_dangle] T, A: Allocator> Drop for RawVec<T, A> { implementation