Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Ddrain.rs24 pub struct Drain< struct
39 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Drain<'_, T, A> { implementation
45 impl<'a, T, A: Allocator> Drain<'a, T, A> { impl
142 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> { implementation
149 unsafe impl<T: Sync, A: Sync + Allocator> Sync for Drain<'_, T, A> {} implementation
151 unsafe impl<T: Send, A: Send + Allocator> Send for Drain<'_, T, A> {} implementation
154 impl<T, A: Allocator> Iterator for Drain<'_, T, A> { implementation
168 impl<T, A: Allocator> DoubleEndedIterator for Drain<'_, T, A> { implementation
176 impl<T, A: Allocator> Drop for Drain<'_, T, A> { implementation
245 impl<T, A: Allocator> ExactSizeIterator for Drain<'_, T, A> { implementation
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-stateless-decoder.rst414 Drain chapter
H A Ddev-encoder.rst556 Drain chapter
H A Ddev-decoder.rst996 Drain chapter