Skip to content

Commit 2d7095d

Browse files
committed
1 parent 04a0ebe commit 2d7095d

File tree

419 files changed

+2534
-2508
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+2534
-2508
lines changed

iced_renderer/fallback/enum.Compositor.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
renderer: &amp;mut Self::<a class="associatedtype" href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="type iced_graphics::compositor::Compositor::Renderer">Renderer</a>,
2929
surface: &amp;mut Self::<a class="associatedtype" href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Surface" title="type iced_graphics::compositor::Compositor::Surface">Surface</a>,
3030
viewport: &amp;<a class="struct" href="../../iced_graphics/viewport/struct.Viewport.html" title="struct iced_graphics::viewport::Viewport">Viewport</a>,
31-
background_color: <a class="struct" href="../../iced_core/color/struct.Color.html" title="struct iced_core::color::Color">Color</a>,
31+
background_color: Color,
3232
overlay: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[T]</a>,
3333
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>, <a class="enum" href="../../iced_graphics/compositor/enum.SurfaceError.html" title="enum iced_graphics::compositor::SurfaceError">SurfaceError</a>&gt;</h4></section></summary><div class='docblock'>Presents the <a href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="associated type iced_graphics::compositor::Compositor::Renderer::Renderer"><code>Renderer</code></a> primitives to the next frame of the given <a href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Surface" title="associated type iced_graphics::compositor::Compositor::Surface::Surface"><code>Surface</code></a>.</div></details><details class="toggle method-toggle" open><summary><section id="method.screenshot" class="method trait-impl"><a class="src rightside" href="../../src/iced_renderer/fallback.rs.html#353-379">Source</a><a href="#method.screenshot" class="anchor">§</a><h4 class="code-header">fn <a href="../../iced_graphics/compositor/trait.Compositor.html#tymethod.screenshot" class="fn">screenshot</a>&lt;T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>&gt;&gt;(
3434
&amp;mut self,
3535
renderer: &amp;mut Self::<a class="associatedtype" href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="type iced_graphics::compositor::Compositor::Renderer">Renderer</a>,
3636
viewport: &amp;<a class="struct" href="../../iced_graphics/viewport/struct.Viewport.html" title="struct iced_graphics::viewport::Viewport">Viewport</a>,
37-
background_color: <a class="struct" href="../../iced_core/color/struct.Color.html" title="struct iced_core::color::Color">Color</a>,
37+
background_color: Color,
3838
overlay: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[T]</a>,
3939
) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>&gt; <a href="#" class="tooltip" data-notable-ty="Vec&lt;u8&gt;"></a></h4></section></summary><div class='docblock'>Screenshots the current <a href="../../iced_graphics/compositor/trait.Compositor.html#associatedtype.Renderer" title="associated type iced_graphics::compositor::Compositor::Renderer::Renderer"><code>Renderer</code></a> primitives to an offscreen texture, and returns the bytes of
4040
the texture ordered as <code>RGBA</code> in the <code>sRGB</code> color space.</div></details><details class="toggle method-toggle" open><summary><section id="method.new" class="method trait-impl"><a class="src rightside" href="../../src/iced_graphics/compositor.rs.html#22-25">Source</a><a href="#method.new" class="anchor">§</a><h4 class="code-header">fn <a href="../../iced_graphics/compositor/trait.Compositor.html#method.new" class="fn">new</a>&lt;W&gt;(
@@ -117,8 +117,8 @@
117117
S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;Dispatch&gt;,</div></h4></section></summary><div class='docblock'>Attaches the provided <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
118118
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl"><a href="#method.with_current_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_current_subscriber</a>(self) -&gt; WithDispatch&lt;Self&gt;</h4></section></summary><div class='docblock'>Attaches the current <a href="crate::dispatcher#setting-the-default-subscriber">default</a> <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
119119
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details></div></details><section id="impl-ErasedDestructor-for-T" class="impl"><a href="#impl-ErasedDestructor-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; ErasedDestructor for T<div class="where">where
120-
T: 'static,</div></h3></section><section id="impl-MaybeSend-for-T" class="impl"><a class="src rightside" href="../../src/iced_futures/maybe.rs.html#8">Source</a><a href="#impl-MaybeSend-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../iced_futures/maybe/platform/trait.MaybeSend.html" title="trait iced_futures::maybe::platform::MaybeSend">MaybeSend</a> for T<div class="where">where
121-
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-MaybeSendSync-for-T" class="impl"><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSendSync for T</h3></section><section id="impl-MaybeSync-for-T" class="impl"><a class="src rightside" href="../../src/iced_futures/maybe.rs.html#15">Source</a><a href="#impl-MaybeSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../iced_futures/maybe/platform/trait.MaybeSync.html" title="trait iced_futures::maybe::platform::MaybeSync">MaybeSync</a> for T<div class="where">where
120+
T: 'static,</div></h3></section><section id="impl-MaybeSend-for-T" class="impl"><a href="#impl-MaybeSend-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSend for T<div class="where">where
121+
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-MaybeSendSync-for-T" class="impl"><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSendSync for T</h3></section><section id="impl-MaybeSync-for-T" class="impl"><a href="#impl-MaybeSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSync for T<div class="where">where
122122
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</div></h3></section><section id="impl-WasmNotSend-for-T" class="impl"><a href="#impl-WasmNotSend-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; WasmNotSend for T<div class="where">where
123123
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-WasmNotSendSync-for-T" class="impl"><a href="#impl-WasmNotSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; WasmNotSendSync for T<div class="where">where
124124
T: WasmNotSend + WasmNotSync,</div></h3></section><section id="impl-WasmNotSync-for-T" class="impl"><a href="#impl-WasmNotSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; WasmNotSync for T<div class="where">where

iced_renderer/fallback/enum.Renderer.html

+38-38
Large diffs are not rendered by default.

iced_renderer/fallback/enum.Surface.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
S: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;Dispatch&gt;,</div></h4></section></summary><div class='docblock'>Attaches the provided <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
8080
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.with_current_subscriber" class="method trait-impl"><a href="#method.with_current_subscriber" class="anchor">§</a><h4 class="code-header">fn <a class="fn">with_current_subscriber</a>(self) -&gt; WithDispatch&lt;Self&gt;</h4></section></summary><div class='docblock'>Attaches the current <a href="crate::dispatcher#setting-the-default-subscriber">default</a> <a href="super::Subscriber"><code>Subscriber</code></a> to this type, returning a
8181
[<code>WithDispatch</code>] wrapper. <a>Read more</a></div></details></div></details><section id="impl-ErasedDestructor-for-T" class="impl"><a href="#impl-ErasedDestructor-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; ErasedDestructor for T<div class="where">where
82-
T: 'static,</div></h3></section><section id="impl-MaybeSend-for-T" class="impl"><a class="src rightside" href="../../src/iced_futures/maybe.rs.html#8">Source</a><a href="#impl-MaybeSend-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../iced_futures/maybe/platform/trait.MaybeSend.html" title="trait iced_futures::maybe::platform::MaybeSend">MaybeSend</a> for T<div class="where">where
83-
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-MaybeSendSync-for-T" class="impl"><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSendSync for T</h3></section><section id="impl-MaybeSync-for-T" class="impl"><a class="src rightside" href="../../src/iced_futures/maybe.rs.html#15">Source</a><a href="#impl-MaybeSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../../iced_futures/maybe/platform/trait.MaybeSync.html" title="trait iced_futures::maybe::platform::MaybeSync">MaybeSync</a> for T<div class="where">where
82+
T: 'static,</div></h3></section><section id="impl-MaybeSend-for-T" class="impl"><a href="#impl-MaybeSend-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSend for T<div class="where">where
83+
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-MaybeSendSync-for-T" class="impl"><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSendSync for T</h3></section><section id="impl-MaybeSync-for-T" class="impl"><a href="#impl-MaybeSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; MaybeSync for T<div class="where">where
8484
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</div></h3></section><section id="impl-WasmNotSend-for-T" class="impl"><a href="#impl-WasmNotSend-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; WasmNotSend for T<div class="where">where
8585
T: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-WasmNotSendSync-for-T" class="impl"><a href="#impl-WasmNotSendSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; WasmNotSendSync for T<div class="where">where
8686
T: WasmNotSend + WasmNotSync,</div></h3></section><section id="impl-WasmNotSync-for-T" class="impl"><a href="#impl-WasmNotSync-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; WasmNotSync for T<div class="where">where

0 commit comments

Comments
 (0)