Home
last modified time | relevance | path

Searched refs:IterMut (Results 1 – 25 of 3125) sorted by relevance

12345678910>>...125

/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/collections/vec_deque/
H A Diter_mut.rs14 pub struct IterMut<'a, T: 'a> { struct
22 impl<'a, T> IterMut<'a, T> { impl
29 IterMut { ring, tail, head, phantom } in new()
36 unsafe impl<T: Send> Send for IterMut<'_, T> {} implementation
38 unsafe impl<T: Sync> Sync for IterMut<'_, T> {} implementation
41 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { implementation
52 impl<'a, T> Iterator for IterMut<'a, T> { implementation
115 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation
143 impl<T> ExactSizeIterator for IterMut<'_, T> { implementation
150 impl<T> FusedIterator for IterMut<'_, T> {} implementation
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/variance/
H A Dvariance-btree-invariant-types.rs1 use std::collections::btree_map::{IterMut, OccupiedEntry, RangeMut, VacantEntry};
3 fn iter_cov_key<'a, 'new>(v: IterMut<'a, &'static (), ()>) -> IterMut<'a, &'new (), ()> { in iter_cov_key()
6 fn iter_cov_val<'a, 'new>(v: IterMut<'a, (), &'static ()>) -> IterMut<'a, (), &'new ()> { in iter_cov_val()
9 fn iter_contra_key<'a, 'new>(v: IterMut<'a, &'new (), ()>) -> IterMut<'a, &'static (), ()> { in iter_contra_key()
12 fn iter_contra_val<'a, 'new>(v: IterMut<'a, (), &'new ()>) -> IterMut<'a, (), &'static ()> { in iter_contra_val()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/entity/src/
H A Diter.rs49 pub struct IterMut<'a, K: EntityRef, V> struct
53 enumerate: Enumerate<slice::IterMut<'a, V>>, argument
57 impl<'a, K: EntityRef, V> IterMut<'a, K, V> { impl
60 pub fn new(iter: slice::IterMut<'a, V>) -> Self { in new()
68 impl<'a, K: EntityRef, V> Iterator for IterMut<'a, K, V> { implementation
80 impl<'a, K: EntityRef, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation
86 impl<'a, K: EntityRef, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-entity-0.44.0/src/
H A Diter.rs49 pub struct IterMut<'a, K: EntityRef, V> struct
53 enumerate: Enumerate<slice::IterMut<'a, V>>, argument
57 impl<'a, K: EntityRef, V> IterMut<'a, K, V> { impl
60 pub fn new(iter: slice::IterMut<'a, V>) -> Self { in new()
68 impl<'a, K: EntityRef, V> Iterator for IterMut<'a, K, V> { implementation
80 impl<'a, K: EntityRef, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation
86 impl<'a, K: EntityRef, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-entity-0.41.0/src/
H A Diter.rs49 pub struct IterMut<'a, K: EntityRef, V> struct
53 enumerate: Enumerate<slice::IterMut<'a, V>>, argument
57 impl<'a, K: EntityRef, V> IterMut<'a, K, V> { implementation
60 pub fn new(iter: slice::IterMut<'a, V>) -> Self { in new()
68 impl<'a, K: EntityRef, V> Iterator for IterMut<'a, K, V> { implementation
80 impl<'a, K: EntityRef, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation
86 impl<'a, K: EntityRef, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-entity-0.41.0/src/
H A Diter.rs49 pub struct IterMut<'a, K: EntityRef, V> struct
53 enumerate: Enumerate<slice::IterMut<'a, V>>, argument
57 impl<'a, K: EntityRef, V> IterMut<'a, K, V> { argument
60 pub fn new(iter: slice::IterMut<'a, V>) -> Self { in new()
68 impl<'a, K: EntityRef, V> Iterator for IterMut<'a, K, V> { implementation
80 impl<'a, K: EntityRef, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation
86 impl<'a, K: EntityRef, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-entity/src/
H A Diter.rs49 pub struct IterMut<'a, K: EntityRef, V> struct
53 enumerate: Enumerate<slice::IterMut<'a, V>>, argument
57 impl<'a, K: EntityRef, V> IterMut<'a, K, V> { implementation
60 pub fn new(iter: slice::IterMut<'a, V>) -> Self { in new()
68 impl<'a, K: EntityRef, V> Iterator for IterMut<'a, K, V> { implementation
80 impl<'a, K: EntityRef, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation
86 impl<'a, K: EntityRef, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-entity-0.41.0/src/
H A Diter.rs49 pub struct IterMut<'a, K: EntityRef, V> struct
53 enumerate: Enumerate<slice::IterMut<'a, V>>, argument
57 impl<'a, K: EntityRef, V> IterMut<'a, K, V> { impl
60 pub fn new(iter: slice::IterMut<'a, V>) -> Self { in new()
68 impl<'a, K: EntityRef, V> Iterator for IterMut<'a, K, V> { implementation
80 impl<'a, K: EntityRef, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation
86 impl<'a, K: EntityRef, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/rayon-1.4.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/rayon-1.3.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/rayon/src/collections/
H A Dvec_deque.rs60 pub struct IterMut<'a, T: Send + 'a> { struct
61 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
66 type Iter = IterMut<'a, T>;
70 IterMut { inner: a.into_par_iter().chain(b) } in into_par_iter()
75 IterMut<'a, T> => &'a mut T,
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-rayon-0.3.1/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rayon-1.3.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rayon-1.2.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send + 'a> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/textproc/sd/sd-0.7.6/cargo-crates/rayon-1.3.1/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/rayon-1.1.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send + 'a> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/graphics/viu/viu-1.1/cargo-crates/rayon-1.4.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rayon-1.4.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/games/dose-response/dose-response-179c326/cargo-crates/rayon-1.0.3/src/collections/
H A Dvec_deque.rs60 pub struct IterMut<'a, T: Send + 'a> { struct
61 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
66 type Iter = IterMut<'a, T>;
70 IterMut { inner: a.into_par_iter().chain(b) } in into_par_iter()
75 IterMut<'a, T> => &'a mut T,
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-rayon/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/lang/rust/rustc-1.58.1-src/vendor/rayon-1.3.1/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/rayon-1.3.1/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rayon/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send + 'a> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/rayon-1.3.0/src/collections/
H A Dvec_deque.rs62 pub struct IterMut<'a, T: Send> { struct
63 inner: Chain<slice::IterMut<'a, T>, slice::IterMut<'a, T>>, argument
68 type Iter = IterMut<'a, T>;
72 IterMut { in into_par_iter()
79 IterMut<'a, T> => &'a mut T,
/dports/www/firefox/firefox-99.0/third_party/rust/chunky-vec/src/
H A Dlib.rs76 pub fn iter_mut(&mut self) -> slice::IterMut<T> { in iter_mut()
136 pub fn iter_mut(&mut self) -> IterMut<T> { in iter_mut()
137 IterMut::new(self) in iter_mut()
244 pub struct IterMut<'a, T> { struct
246 chunks: slice::IterMut<'a, Chunk<T>>, argument
248 iter: Option<slice::IterMut<'a, T>>, argument
253 impl<'a, T> IterMut<'a, T> { implementation
265 impl<'a, T> Iterator for IterMut<'a, T> { implementation
285 impl<'a, T> ExactSizeIterator for IterMut<'a, T> { implementation
301 type IntoIter = IterMut<'a, T>;
[all …]

12345678910>>...125