Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 2, 2024
1 parent 3a36c21 commit 77bd1fb
Show file tree
Hide file tree
Showing 244 changed files with 1,381 additions and 996 deletions.
2 changes: 1 addition & 1 deletion iced/advanced/image/trait.Renderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
handle: <a class="struct" href="../../widget/image/struct.Handle.html" title="struct iced::widget::image::Handle">Handle</a>,
filter_method: <a class="enum" href="../../widget/image/enum.FilterMethod.html" title="enum iced::widget::image::FilterMethod">FilterMethod</a>,
bounds: <a class="struct" href="../../struct.Rectangle.html" title="struct iced::Rectangle">Rectangle</a>
)</h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Renderer-for-Renderer" class="impl"><a class="src rightside" href="../../../src/iced_renderer/lib.rs.html#214">source</a><a href="#impl-Renderer-for-Renderer" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Renderer.html" title="trait iced::advanced::image::Renderer">Renderer</a> for iced::<a class="enum" href="../../enum.Renderer.html" title="enum iced::Renderer">Renderer</a></h3><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>image</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.Handle-2" class="associatedtype trait-impl"><a href="#associatedtype.Handle-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Handle" class="associatedtype">Handle</a> = <a class="struct" href="../../widget/image/struct.Handle.html" title="struct iced::widget::image::Handle">Handle</a></h4></section></div></details></div><script src="../../../trait.impl/iced_core/image/trait.Renderer.js" data-ignore-extern-crates="iced_renderer,iced_graphics" async></script></section></div></main></body></html>
)</h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-Renderer-for-Renderer" class="impl"><a class="src rightside" href="../../../src/iced_renderer/lib.rs.html#216">source</a><a href="#impl-Renderer-for-Renderer" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Renderer.html" title="trait iced::advanced::image::Renderer">Renderer</a> for iced::<a class="enum" href="../../enum.Renderer.html" title="enum iced::Renderer">Renderer</a></h3><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>image</code></strong> only.</div></span></section></summary><div class="impl-items"><section id="associatedtype.Handle-2" class="associatedtype trait-impl"><a href="#associatedtype.Handle-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Handle" class="associatedtype">Handle</a> = <a class="struct" href="../../widget/image/struct.Handle.html" title="struct iced::widget::image::Handle">Handle</a></h4></section></div></details></div><script src="../../../trait.impl/iced_core/image/trait.Renderer.js" data-ignore-extern-crates="iced_renderer,iced_graphics" async></script></section></div></main></body></html>
5 changes: 3 additions & 2 deletions iced/advanced/mouse/enum.Interaction.html

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions iced/advanced/renderer/struct.Null.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions iced/advanced/renderer/struct.Quad.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions iced/advanced/renderer/struct.Style.html

Large diffs are not rendered by default.

32 changes: 22 additions & 10 deletions iced/advanced/renderer/trait.Renderer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iced/advanced/svg/trait.Renderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
</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.dimensions" class="method"><a class="src rightside" href="../../../src/iced_core/svg.rs.html#85">source</a><h4 class="code-header">fn <a href="#tymethod.dimensions" class="fn">dimensions</a>(&amp;self, handle: &amp;<a class="struct" href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle">Handle</a>) -&gt; <a class="struct" href="../../struct.Size.html" title="struct iced::Size">Size</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</h4></section></summary><div class="docblock"><p>Returns the default dimensions of an SVG for the given <a href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle"><code>Handle</code></a>.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.draw" class="method"><a class="src rightside" href="../../../src/iced_core/svg.rs.html#88">source</a><h4 class="code-header">fn <a href="#tymethod.draw" class="fn">draw</a>(&amp;mut self, handle: <a class="struct" href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle">Handle</a>, color: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../struct.Color.html" title="struct iced::Color">Color</a>&gt;, bounds: <a class="struct" href="../../struct.Rectangle.html" title="struct iced::Rectangle">Rectangle</a>)</h4></section></summary><div class="docblock"><p>Draws an SVG with the given <a href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle"><code>Handle</code></a>, an optional <a href="../../struct.Color.html" title="struct iced::Color"><code>Color</code></a> filter, and inside the provided <code>bounds</code>.</p>
</div></details></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/nightly/reference/items/traits.html#object-safety">object safe</a>.</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-Renderer-for-Renderer%3CB%3E" class="impl"><a class="src rightside" href="../../../src/iced_graphics/renderer.rs.html#232-234">source</a><a href="#impl-Renderer-for-Renderer%3CB%3E" class="anchor">§</a><h3 class="code-header">impl&lt;B&gt; <a class="trait" href="trait.Renderer.html" title="trait iced::advanced::svg::Renderer">Renderer</a> for <a class="struct" href="../../../iced_graphics/renderer/struct.Renderer.html" title="struct iced_graphics::renderer::Renderer">Renderer</a>&lt;B&gt;<div class="where">where
B: <a class="trait" href="../../../iced_graphics/backend/trait.Backend.html" title="trait iced_graphics::backend::Backend">Backend</a> + <a class="trait" href="../../../iced_graphics/backend/trait.Svg.html" title="trait iced_graphics::backend::Svg">Svg</a>,</div></h3></section></summary><div class="impl-items"><section id="method.dimensions" class="method trait-impl"><a class="src rightside" href="../../../src/iced_graphics/renderer.rs.html#236">source</a><a href="#method.dimensions" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.dimensions" class="fn">dimensions</a>(&amp;self, handle: &amp;<a class="struct" href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle">Handle</a>) -&gt; <a class="struct" href="../../struct.Size.html" title="struct iced::Size">Size</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</h4></section><section id="method.draw" class="method trait-impl"><a class="src rightside" href="../../../src/iced_graphics/renderer.rs.html#240-245">source</a><a href="#method.draw" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.draw" class="fn">draw</a>(&amp;mut self, handle: <a class="struct" href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle">Handle</a>, color: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../struct.Color.html" title="struct iced::Color">Color</a>&gt;, bounds: <a class="struct" href="../../struct.Rectangle.html" title="struct iced::Rectangle">Rectangle</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-Renderer-for-Renderer" class="impl"><a class="src rightside" href="../../../src/iced_renderer/lib.rs.html#235">source</a><a href="#impl-Renderer-for-Renderer" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Renderer.html" title="trait iced::advanced::svg::Renderer">Renderer</a> for iced::<a class="enum" href="../../enum.Renderer.html" title="enum iced::Renderer">Renderer</a></h3><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>svg</code></strong> only.</div></span></section></div><script src="../../../trait.impl/iced_core/svg/trait.Renderer.js" data-ignore-extern-crates="iced_renderer,iced_graphics" async></script></section></div></main></body></html>
B: <a class="trait" href="../../../iced_graphics/backend/trait.Backend.html" title="trait iced_graphics::backend::Backend">Backend</a> + <a class="trait" href="../../../iced_graphics/backend/trait.Svg.html" title="trait iced_graphics::backend::Svg">Svg</a>,</div></h3></section></summary><div class="impl-items"><section id="method.dimensions" class="method trait-impl"><a class="src rightside" href="../../../src/iced_graphics/renderer.rs.html#236">source</a><a href="#method.dimensions" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.dimensions" class="fn">dimensions</a>(&amp;self, handle: &amp;<a class="struct" href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle">Handle</a>) -&gt; <a class="struct" href="../../struct.Size.html" title="struct iced::Size">Size</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>&gt;</h4></section><section id="method.draw" class="method trait-impl"><a class="src rightside" href="../../../src/iced_graphics/renderer.rs.html#240-245">source</a><a href="#method.draw" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.draw" class="fn">draw</a>(&amp;mut self, handle: <a class="struct" href="../../widget/svg/struct.Handle.html" title="struct iced::widget::svg::Handle">Handle</a>, color: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../struct.Color.html" title="struct iced::Color">Color</a>&gt;, bounds: <a class="struct" href="../../struct.Rectangle.html" title="struct iced::Rectangle">Rectangle</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-Renderer-for-Renderer" class="impl"><a class="src rightside" href="../../../src/iced_renderer/lib.rs.html#237">source</a><a href="#impl-Renderer-for-Renderer" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Renderer.html" title="trait iced::advanced::svg::Renderer">Renderer</a> for iced::<a class="enum" href="../../enum.Renderer.html" title="enum iced::Renderer">Renderer</a></h3><span class="item-info"><div class="stab portability">Available on <strong>crate feature <code>svg</code></strong> only.</div></span></section></div><script src="../../../trait.impl/iced_core/svg/trait.Renderer.js" data-ignore-extern-crates="iced_renderer,iced_graphics" async></script></section></div></main></body></html>
Loading

0 comments on commit 77bd1fb

Please sign in to comment.