Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A 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> { impl
530 unsafe impl<#[may_dangle] T, A: Allocator> Drop for RawVec<T, A> { implementation