36 lines
96 KiB
HTML
36 lines
96 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="A trait used to power tuple-like operations via reflection."><title>Tuple in bevy_reflect - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../static.files/rustdoc-42caa33d.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="bevy_reflect" data-themes="" data-resource-suffix="" data-rustdoc-version="1.84.0 (9fc6b4312 2025-01-07)" data-channel="1.84.0" data-search-js="search-92e6798f.js" data-settings-js="settings-0f613d39.js" ><script src="../static.files/storage-59e33391.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-5f194d8c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-893ab5e7.css"></noscript><link rel="icon" href="https://bevyengine.org/assets/icon.png"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button><a class="logo-container" href="../bevy_reflect/index.html"><img src="https://bevyengine.org/assets/icon.png" alt=""></a></nav><nav class="sidebar"><div class="sidebar-crate"><a class="logo-container" href="../bevy_reflect/index.html"><img src="https://bevyengine.org/assets/icon.png" alt="logo"></a><h2><a href="../bevy_reflect/index.html">bevy_<wbr>reflect</a><span class="version">0.15.1</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Tuple</a></h2><h3><a href="#">Sections</a></h3><ul class="block top-toc"><li><a href="#example" title="Example">Example</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.clone_dynamic" title="clone_dynamic">clone_dynamic</a></li><li><a href="#tymethod.drain" title="drain">drain</a></li><li><a href="#tymethod.field" title="field">field</a></li><li><a href="#tymethod.field_len" title="field_len">field_len</a></li><li><a href="#tymethod.field_mut" title="field_mut">field_mut</a></li><li><a href="#tymethod.iter_fields" title="iter_fields">iter_fields</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.get_represented_tuple_info" title="get_represented_tuple_info">get_represented_tuple_info</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-Tuple-for-()" title="()">()</a></li><li><a href="#impl-Tuple-for-(A,+B)" title="(A, B)">(A, B)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C)" title="(A, B, C)">(A, B, C)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D)" title="(A, B, C, D)">(A, B, C, D)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E)" title="(A, B, C, D, E)">(A, B, C, D, E)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F)" title="(A, B, C, D, E, F)">(A, B, C, D, E, F)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G)" title="(A, B, C, D, E, F, G)">(A, B, C, D, E, F, G)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H)" title="(A, B, C, D, E, F, G, H)">(A, B, C, D, E, F, G, H)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I)" title="(A, B, C, D, E, F, G, H, I)">(A, B, C, D, E, F, G, H, I)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)" title="(A, B, C, D, E, F, G, H, I, J)">(A, B, C, D, E, F, G, H, I, J)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)" title="(A, B, C, D, E, F, G, H, I, J, K)">(A, B, C, D, E, F, G, H, I, J, K)</a></li><li><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)" title="(A, B, C, D, E, F, G, H, I, J, K, L)">(A, B, C, D, E, F, G, H, I, J, K, L)</a></li><li><a href="#impl-Tuple-for-(A,)" title="(A,)">(A,)</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-GetTupleField-for-dyn+Tuple" title="GetTupleField">GetTupleField</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="index.html">In crate bevy_<wbr>reflect</a></h2></div></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><span class="rustdoc-breadcrumbs"><a href="index.html">bevy_reflect</a></span><h1>Trait <span class="trait">Tuple</span><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../src/bevy_reflect/tuple.rs.html#39-64">Source</a> </span></div><pre class="rust item-decl"><code>pub trait Tuple: <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a> {
|
||
// Required methods
|
||
fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a>;
|
||
|
||
// Provided method
|
||
fn <a href="#method.get_represented_tuple_info" class="fn">get_represented_tuple_info</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'static <a class="struct" href="struct.TupleInfo.html" title="struct bevy_reflect::TupleInfo">TupleInfo</a>> { ... }
|
||
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A trait used to power <a href="https://doc.rust-lang.org/book/ch03-02-data-types.html#the-tuple-type">tuple-like</a> operations via <a href="index.html" title="mod bevy_reflect">reflection</a>.</p>
|
||
<p>This trait uses the <a href="trait.Reflect.html" title="trait bevy_reflect::Reflect"><code>Reflect</code></a> trait to allow implementors to have their fields
|
||
be dynamically addressed by index.</p>
|
||
<p>This trait is automatically implemented for arbitrary tuples of up to 12
|
||
elements, provided that each element implements <a href="trait.Reflect.html" title="trait bevy_reflect::Reflect"><code>Reflect</code></a>.</p>
|
||
<h2 id="example"><a class="doc-anchor" href="#example">§</a>Example</h2>
|
||
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>bevy_reflect::{PartialReflect, Tuple};
|
||
|
||
<span class="kw">let </span>foo = (<span class="number">123_u32</span>, <span class="bool-val">true</span>);
|
||
<span class="macro">assert_eq!</span>(foo.field_len(), <span class="number">2</span>);
|
||
|
||
<span class="kw">let </span>field: <span class="kw-2">&</span><span class="kw">dyn </span>PartialReflect = foo.field(<span class="number">0</span>).unwrap();
|
||
<span class="macro">assert_eq!</span>(field.try_downcast_ref::<u32>(), <span class="prelude-val">Some</span>(<span class="kw-2">&</span><span class="number">123</span>));</code></pre></div>
|
||
</div></details><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.field" class="method"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#42">Source</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section></summary><div class="docblock"><p>Returns a reference to the value of the field with index <code>index</code> as a
|
||
<code>&dyn Reflect</code>.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.field_mut" class="method"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#46">Source</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section></summary><div class="docblock"><p>Returns a mutable reference to the value of the field with index <code>index</code>
|
||
as a <code>&mut dyn Reflect</code>.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.field_len" class="method"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#49">Source</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section></summary><div class="docblock"><p>Returns the number of fields in the tuple.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.iter_fields" class="method"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#52">Source</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section></summary><div class="docblock"><p>Returns an iterator over the values of the tuple’s fields.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.drain" class="method"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#55">Source</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section></summary><div class="docblock"><p>Drain the fields of this tuple to get a vector of owned values.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.clone_dynamic" class="method"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#58">Source</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></summary><div class="docblock"><p>Clones the struct into a <a href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple"><code>DynamicTuple</code></a>.</p>
|
||
</div></details></div><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.get_represented_tuple_info" class="method"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#61-63">Source</a><h4 class="code-header">fn <a href="#method.get_represented_tuple_info" class="fn">get_represented_tuple_info</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'static <a class="struct" href="struct.TupleInfo.html" title="struct bevy_reflect::TupleInfo">TupleInfo</a>></h4></section></summary><div class="docblock"><p>Will return <code>None</code> if <a href="enum.TypeInfo.html" title="enum bevy_reflect::TypeInfo"><code>TypeInfo</code></a> is not available.</p>
|
||
</div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-GetTupleField-for-dyn+Tuple" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#135-145">Source</a><a href="#impl-GetTupleField-for-dyn+Tuple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.GetTupleField.html" title="trait bevy_reflect::GetTupleField">GetTupleField</a> for dyn <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.get_field" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#136-139">Source</a><a href="#method.get_field" class="anchor">§</a><h4 class="code-header">fn <a href="trait.GetTupleField.html#tymethod.get_field" class="fn">get_field</a><T: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a>>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.reference.html">&T</a>></h4></section></summary><div class='docblock'>Returns a reference to the value of the field with index <code>index</code>,
|
||
downcast to <code>T</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.get_field_mut" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#141-144">Source</a><a href="#method.get_field_mut" class="anchor">§</a><h4 class="code-header">fn <a href="trait.GetTupleField.html#tymethod.get_field_mut" class="fn">get_field_mut</a><T: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a>>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.reference.html">&mut T</a>></h4></section></summary><div class='docblock'>Returns a mutable reference to the value of the field with index
|
||
<code>index</code>, downcast to <code>T</code>.</div></details></div></details></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-()" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#668">Source</a><a href="#impl-Tuple-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="method.field" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#668">Source</a><a href="#method.field" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#668">Source</a><a href="#method.field_mut" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#668">Source</a><a href="#method.field_len" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#668">Source</a><a href="#method.iter_fields" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#668">Source</a><a href="#method.drain" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#668">Source</a><a href="#method.clone_dynamic" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#669">Source</a><a href="#impl-Tuple-for-(A,)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A,)</a></h3></section></summary><div class="impl-items"><section id="method.field-1" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#669">Source</a><a href="#method.field-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-1" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#669">Source</a><a href="#method.field_mut-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-1" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#669">Source</a><a href="#method.field_len-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-1" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#669">Source</a><a href="#method.iter_fields-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-1" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#669">Source</a><a href="#method.drain-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-1" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#669">Source</a><a href="#method.clone_dynamic-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#670">Source</a><a href="#impl-Tuple-for-(A,+B)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B)</a></h3></section></summary><div class="impl-items"><section id="method.field-2" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#670">Source</a><a href="#method.field-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-2" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#670">Source</a><a href="#method.field_mut-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-2" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#670">Source</a><a href="#method.field_len-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-2" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#670">Source</a><a href="#method.iter_fields-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-2" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#670">Source</a><a href="#method.drain-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-2" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#670">Source</a><a href="#method.clone_dynamic-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#671">Source</a><a href="#impl-Tuple-for-(A,+B,+C)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C)</a></h3></section></summary><div class="impl-items"><section id="method.field-3" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#671">Source</a><a href="#method.field-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-3" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#671">Source</a><a href="#method.field_mut-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-3" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#671">Source</a><a href="#method.field_len-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-3" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#671">Source</a><a href="#method.iter_fields-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-3" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#671">Source</a><a href="#method.drain-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-3" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#671">Source</a><a href="#method.clone_dynamic-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#672">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D)</a></h3></section></summary><div class="impl-items"><section id="method.field-4" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#672">Source</a><a href="#method.field-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-4" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#672">Source</a><a href="#method.field_mut-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-4" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#672">Source</a><a href="#method.field_len-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-4" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#672">Source</a><a href="#method.iter_fields-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-4" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#672">Source</a><a href="#method.drain-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-4" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#672">Source</a><a href="#method.clone_dynamic-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#673">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E)</a></h3></section></summary><div class="impl-items"><section id="method.field-5" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#673">Source</a><a href="#method.field-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-5" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#673">Source</a><a href="#method.field_mut-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-5" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#673">Source</a><a href="#method.field_len-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-5" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#673">Source</a><a href="#method.iter_fields-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-5" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#673">Source</a><a href="#method.drain-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-5" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#673">Source</a><a href="#method.clone_dynamic-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E,+F)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#674">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, F: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E, F)</a></h3></section></summary><div class="impl-items"><section id="method.field-6" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#674">Source</a><a href="#method.field-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-6" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#674">Source</a><a href="#method.field_mut-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-6" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#674">Source</a><a href="#method.field_len-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-6" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#674">Source</a><a href="#method.iter_fields-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-6" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#674">Source</a><a href="#method.drain-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-6" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#674">Source</a><a href="#method.clone_dynamic-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#675">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, F: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, G: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E, F, G)</a></h3></section></summary><div class="impl-items"><section id="method.field-7" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#675">Source</a><a href="#method.field-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-7" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#675">Source</a><a href="#method.field_mut-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-7" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#675">Source</a><a href="#method.field_len-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-7" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#675">Source</a><a href="#method.iter_fields-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-7" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#675">Source</a><a href="#method.drain-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-7" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#675">Source</a><a href="#method.clone_dynamic-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#676">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, F: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, G: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, H: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E, F, G, H)</a></h3></section></summary><div class="impl-items"><section id="method.field-8" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#676">Source</a><a href="#method.field-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-8" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#676">Source</a><a href="#method.field_mut-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-8" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#676">Source</a><a href="#method.field_len-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-8" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#676">Source</a><a href="#method.iter_fields-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-8" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#676">Source</a><a href="#method.drain-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-8" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#676">Source</a><a href="#method.clone_dynamic-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#677">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, F: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, G: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, H: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, I: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I)</a></h3></section></summary><div class="impl-items"><section id="method.field-9" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#677">Source</a><a href="#method.field-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-9" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#677">Source</a><a href="#method.field_mut-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-9" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#677">Source</a><a href="#method.field_len-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-9" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#677">Source</a><a href="#method.iter_fields-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-9" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#677">Source</a><a href="#method.drain-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-9" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#677">Source</a><a href="#method.clone_dynamic-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#678">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, F: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, G: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, H: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, I: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, J: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I, J)</a></h3></section></summary><div class="impl-items"><section id="method.field-10" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#678">Source</a><a href="#method.field-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-10" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#678">Source</a><a href="#method.field_mut-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-10" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#678">Source</a><a href="#method.field_len-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-10" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#678">Source</a><a href="#method.iter_fields-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-10" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#678">Source</a><a href="#method.drain-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-10" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#678">Source</a><a href="#method.clone_dynamic-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#679">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, F: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, G: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, H: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, I: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, J: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, K: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I, J, K)</a></h3></section></summary><div class="impl-items"><section id="method.field-11" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#679">Source</a><a href="#method.field-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-11" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#679">Source</a><a href="#method.field_mut-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-11" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#679">Source</a><a href="#method.field_len-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-11" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#679">Source</a><a href="#method.iter_fields-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-11" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#679">Source</a><a href="#method.drain-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-11" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#679">Source</a><a href="#method.clone_dynamic-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#680">Source</a><a href="#impl-Tuple-for-(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)" class="anchor">§</a><h3 class="code-header">impl<A: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, B: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, C: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, D: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, E: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, F: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, G: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, H: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, I: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, J: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, K: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>, L: <a class="trait" href="trait.Reflect.html" title="trait bevy_reflect::Reflect">Reflect</a> + MaybeTyped + <a class="trait" href="trait.TypePath.html" title="trait bevy_reflect::TypePath">TypePath</a> + <a class="trait" href="trait.GetTypeRegistration.html" title="trait bevy_reflect::GetTypeRegistration">GetTypeRegistration</a>> <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.tuple.html">(A, B, C, D, E, F, G, H, I, J, K, L)</a></h3></section></summary><div class="impl-items"><section id="method.field-12" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#680">Source</a><a href="#method.field-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field" class="fn">field</a>(&self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_mut-12" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#680">Source</a><a href="#method.field_mut-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_mut" class="fn">field_mut</a>(&mut self, index: <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.84.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>></h4></section><section id="method.field_len-12" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#680">Source</a><a href="#method.field_len-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.field_len" class="fn">field_len</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.84.0/std/primitive.usize.html">usize</a></h4></section><section id="method.iter_fields-12" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#680">Source</a><a href="#method.iter_fields-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.iter_fields" class="fn">iter_fields</a>(&self) -> <a class="struct" href="struct.TupleFieldIter.html" title="struct bevy_reflect::TupleFieldIter">TupleFieldIter</a><'_> <a href="#" class="tooltip" data-notable-ty="TupleFieldIter<'_>">ⓘ</a></h4></section><section id="method.drain-12" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#680">Source</a><a href="#method.drain-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.drain" class="fn">drain</a>(self: <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><Self>) -> <a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="https://doc.rust-lang.org/1.84.0/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a><dyn <a class="trait" href="trait.PartialReflect.html" title="trait bevy_reflect::PartialReflect">PartialReflect</a>>></h4></section><section id="method.clone_dynamic-12" class="method trait-impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#680">Source</a><a href="#method.clone_dynamic-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.clone_dynamic" class="fn">clone_dynamic</a>(&self) -> <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Tuple-for-DynamicTuple" class="impl"><a class="src rightside" href="../src/bevy_reflect/tuple.rs.html#244-284">Source</a><a href="#impl-Tuple-for-DynamicTuple" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Tuple.html" title="trait bevy_reflect::Tuple">Tuple</a> for <a class="struct" href="struct.DynamicTuple.html" title="struct bevy_reflect::DynamicTuple">DynamicTuple</a></h3></section></div><script src="../trait.impl/bevy_reflect/tuple/trait.Tuple.js" data-ignore-extern-crates="std" async></script><script type="text/json" id="notable-traits-data">{"TupleFieldIter<'_>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.TupleFieldIter.html\" title=\"struct bevy_reflect::TupleFieldIter\">TupleFieldIter</a><'a></code></h3><pre><code><div class=\"where\">impl<'a> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.84.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.TupleFieldIter.html\" title=\"struct bevy_reflect::TupleFieldIter\">TupleFieldIter</a><'a></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.84.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = &'a dyn <a class=\"trait\" href=\"trait.PartialReflect.html\" title=\"trait bevy_reflect::PartialReflect\">PartialReflect</a>;</div>"}</script></section></div></main></body></html> |