Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/alloc/vec/
A Dmod.rs405 buf: RawVec<T, A>, argument
413 impl<T> Vec<T> { argument
594 impl<T, A: Allocator> Vec<T, A> { impls
2307 impl<T: Clone, A: Allocator> Vec<T, A> { implementation
2406 impl<T, A: Allocator, const N: usize> Vec<[T; N], A> { impls
2477 impl<T, A: Allocator> Vec<T, A> { impls
2509 impl<T: PartialEq, A: Allocator> Vec<T, A> { impls
2725 impl<T> FromIterator<T> for Vec<T> { implementation
2813 impl<T, A: Allocator> Vec<T, A> { impls
3005 impl<T> const Default for Vec<T> { implementation
[all …]
/linux-6.3-rc2/rust/alloc/
A Dslice.rs839 impl<T> Borrow<[T]> for Vec<T> { implementation
846 impl<T> BorrowMut<[T]> for Vec<T> { implementation

Completed in 12 milliseconds