Skip to main content

Query3MutIter

Type Alias Query3MutIter 

Source
pub type Query3MutIter<'w, A, B, C, F = NoFilter> = QueryIterMut<'w, (&'w mut A, &'w mut B, &'w mut C), F>;

Aliased Typeยง

pub struct Query3MutIter<'w, A, B, C, F = NoFilter> { /* private fields */ }