Searched defs:Vec (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 107 pub struct Vec<T, A: Allocator> { struct 118 /// Type alias for [`Vec`] with a [`Kmalloc`] allocator. argument 158 unsafe impl<T, A> Send for Vec<T, A> implementation 166 unsafe impl<T, A> Sync for Vec<T, A> implementation 173 impl<T, A> Vec<T, A> impl 743 impl<T> Vec<T, KVmalloc> { impl 850 impl<T: Clone, A: Allocator> Vec<T, A> { implementation 943 impl<T, A> Drop for Vec<T, A> implementation 963 impl<T, A, const N: usize> From<Box<[T; N], A>> for Vec<T, A> implementation 981 impl<T, A: Allocator> Default for Vec<T, A> { implementation [all …]
|
| /linux/rust/syn/ |
| H A D | parse_quote.rs | 170 impl ParseQuote for Vec<Attribute> { implementation 231 impl ParseQuote for Vec<Stmt> { implementation 238 impl ParseQuote for Vec<Arm> { implementation
|
| /linux/rust/kernel/debugfs/ |
| H A D | traits.rs | 127 impl<T, A> BinaryWriter for Vec<T, A> global() implementation 235 impl<T, A> BinaryReaderMut for Vec<T, A> global() implementation
|
| /linux/rust/quote/ |
| H A D | runtime.rs | 139 impl<'q, T: 'q> RepAsIteratorExt<'q> for Vec<T> { implementation
|