Searched defs:Drain (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/rust/alloc/vec/ |
| D | drain.rs | 24 pub struct Drain< struct 39 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Drain<'_, T, A> { argument 45 impl<'a, T, A: Allocator> Drain<'a, T, A> { implementation 73 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> { implementation 80 unsafe impl<T: Sync, A: Sync + Allocator> Sync for Drain<'_, T, A> {} implementation 82 unsafe impl<T: Send, A: Send + Allocator> Send for Drain<'_, T, A> {} implementation 85 impl<T, A: Allocator> Iterator for Drain<'_, T, A> { implementation 99 impl<T, A: Allocator> DoubleEndedIterator for Drain<'_, T, A> { implementation 107 impl<T, A: Allocator> Drop for Drain<'_, T, A> { implementation 176 impl<T, A: Allocator> ExactSizeIterator for Drain<'_, T, A> { implementation [all …]
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| D | dev-stateless-decoder.rst | 414 Drain section in Memory-to-memory Stateless Video Decoder Interface
|
| D | dev-encoder.rst | 556 Drain section in Memory-to-Memory Stateful Video Encoder Interface
|
| D | dev-decoder.rst | 996 Drain section in Memory-to-Memory Stateful Video Decoder Interface
|