Home
last modified time | relevance | path

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

/rust/kernel/alloc/
A Dkvec.rs101 pub struct Vec<T, A: Allocator> { struct
112 /// Type alias for [`Vec`] with a [`Kmalloc`] allocator. argument
152 unsafe impl<T, A> Send for Vec<T, A> implementation
160 unsafe impl<T, A> Sync for Vec<T, A> implementation
167 impl<T, A> Vec<T, A> implementation
724 impl<T: Clone, A: Allocator> Vec<T, A> { impls
817 impl<T, A> Drop for Vec<T, A> implementation
868 impl<T, A> Deref for Vec<T, A> implementation
882 impl<T, A> DerefMut for Vec<T, A> implementation
911 impl<T, A> Borrow<[T]> for Vec<T, A> implementation
[all …]

Completed in 7 milliseconds