Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/raw/
Dmod.rs2019 pub struct RawIntoIter<T, A: Allocator + Clone = Global> { struct
2026 impl<T, A: Allocator + Clone> RawIntoIter<T, A> { argument
2033 unsafe impl<T, A: Allocator + Clone> Send for RawIntoIter<T, A> where T: Send {} implementation
2034 unsafe impl<T, A: Allocator + Clone> Sync for RawIntoIter<T, A> where T: Sync {} implementation
2037 unsafe impl<#[may_dangle] T, A: Allocator + Clone> Drop for RawIntoIter<T, A> { implementation
2052 impl<T, A: Allocator + Clone> Drop for RawIntoIter<T, A> { implementation
2067 impl<T, A: Allocator + Clone> Iterator for RawIntoIter<T, A> { implementation
2081 impl<T, A: Allocator + Clone> ExactSizeIterator for RawIntoIter<T, A> {} implementation
2082 impl<T, A: Allocator + Clone> FusedIterator for RawIntoIter<T, A> {} implementation