Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 2, 2025
1 parent 04a0ebe commit 2d7095d
Show file tree
Hide file tree
Showing 419 changed files with 2,534 additions and 2,508 deletions.
8 changes: 4 additions & 4 deletions iced_renderer/fallback/enum.Compositor.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
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>,
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>,
viewport: &amp;<a class="struct" href="../../iced_graphics/viewport/struct.Viewport.html" title="struct iced_graphics::viewport::Viewport">Viewport</a>,
background_color: <a class="struct" href="../../iced_core/color/struct.Color.html" title="struct iced_core::color::Color">Color</a>,
background_color: Color,
overlay: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[T]</a>,
) -&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;(
&amp;mut self,
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>,
viewport: &amp;<a class="struct" href="../../iced_graphics/viewport/struct.Viewport.html" title="struct iced_graphics::viewport::Viewport">Viewport</a>,
background_color: <a class="struct" href="../../iced_core/color/struct.Color.html" title="struct iced_core::color::Color">Color</a>,
background_color: Color,
overlay: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[T]</a>,
) -&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
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;(
Expand Down Expand Up @@ -117,8 +117,8 @@
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
[<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
[<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
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
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
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
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
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
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
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
Expand Down
76 changes: 38 additions & 38 deletions iced_renderer/fallback/enum.Renderer.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iced_renderer/fallback/enum.Surface.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
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
[<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
[<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
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
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
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
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
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
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
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
Expand Down
Loading

0 comments on commit 2d7095d

Please sign in to comment.