Searched defs:RawIterRange (Results 1 – 6 of 6) sorted by relevance
1840 pub(crate) struct RawIterRange<T> { struct1856 impl<T> RawIterRange<T> { argument1951 unsafe impl<T> Send for RawIterRange<T> {} implementation1952 unsafe impl<T> Sync for RawIterRange<T> {} implementation1954 impl<T> Clone for RawIterRange<T> { implementation1966 impl<T> Iterator for RawIterRange<T> { implementation1991 impl<T> FusedIterator for RawIterRange<T> {} implementation
3716 pub(crate) struct RawIterRange<T> { struct3732 impl<T> RawIterRange<T> { argument3930 unsafe impl<T> Send for RawIterRange<T> {} implementation3931 unsafe impl<T> Sync for RawIterRange<T> {} implementation3933 impl<T> Clone for RawIterRange<T> { implementation3945 impl<T> Iterator for RawIterRange<T> { implementation3970 impl<T> FusedIterator for RawIterRange<T> {} implementation
3716 pub(crate) struct RawIterRange<T> { struct3732 impl<T> RawIterRange<T> { implementation3930 unsafe impl<T> Send for RawIterRange<T> {} implementation3931 unsafe impl<T> Sync for RawIterRange<T> {} implementation3933 impl<T> Clone for RawIterRange<T> { implementation3945 impl<T> Iterator for RawIterRange<T> { implementation3970 impl<T> FusedIterator for RawIterRange<T> {} implementation