<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="A stylable UI component builder which presents vector graphics from an [`ImageSource`]."><metaname="keywords"content="rust, rustlang, rust-lang, Image"><title>Image in widgetry - Rust</title><linkrel="stylesheet"type="text/css"href="../normalize.css"><linkrel="stylesheet"type="text/css"href="../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../light.css"id="themeStyle"><linkrel="stylesheet"type="text/css"href="../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../ayu.css"disabled><scriptid="default-settings"></script><scriptsrc="../storage.js"></script><scriptsrc="../crates.js"></script><scriptdefersrc="../main.js"></script>
<noscript><linkrel="stylesheet"href="../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../favicon.svg"><styletype="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="sidebar"><divclass="sidebar-menu"role="button">☰</div><ahref='../widgetry/index.html'><divclass='logo-container rust-logo'><imgsrc='../rust-logo.png'alt='logo'></div></a><h2class="location">Struct Image</h2><divclass="sidebar-elems"><divclass="block items"><h3class="sidebar-title"><ahref="#fields">Fields</a></h3><divclass="sidebar-links"><ahref="#structfield.bg_color">bg_color</a><ahref="#structfield.color">color</a><ahref="#structfield.content_mode">content_mode</a><ahref="#structfield.corner_rounding">corner_rounding</a><ahref="#structfield.dims">dims</a><ahref="#structfield.padding">padding</a><ahref="#structfield.source">source</a><ahref="#structfield.tooltip">tooltip</a></div><h3class="sidebar-title"><ahref="#implementations">Methods</a></h3><divclass="sidebar-links"><ahref="#method.bg_color">bg_color</a><ahref="#method.build_batch">build_batch</a><ahref="#method.color">color</a><ahref="#method.content_mode">content_mode</a><ahref="#method.corner_rounding">corner_rounding</a><ahref="#method.dims">dims</a><ahref="#method.empty">empty</a><ahref="#method.from_batch">from_batch</a><ahref="#method.from_bytes">from_bytes</a><ahref="#method.from_path">from_path</a><ahref="#method.into_widget">into_widget</a><ahref="#method.merged_image_style">merged_image_style</a><ahref="#method.padding">padding</a><ahref="#method.padding_bottom">padding_bottom</a><ahref="#method.padding_left">padding_left</a><ahref="#method.padding_right">padding_right</a><ahref="#method.padding_top">padding_top</a><ahref="#method.source">source</a><ahref="#method.source_batch">source_batch</a><ahref="#method.source_bytes">source_bytes</a><ahref="#method.source_path">source_path</a><ahref="#method.tooltip">tooltip</a><ahref="#method.untinted">untinted</a></div><h3class="sidebar-title"><ahref="#trait-implementations">Trait Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-Clone">Clone</a><ahref="#impl-Debug">Debug</a><ahref="#impl-Default">Default</a></div><h3class="sidebar-title"><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-RefUnwindSafe">RefUnwindSafe</a><ahref="#impl-Send">Send</a><ahref="#impl-Sync">Sync</a><ahref="#impl-Unpin">Unpin</a><ahref="#impl-UnwindSafe">UnwindSafe</a></div><h3class="sidebar-title"><ahref="#blanket-implementations">Blanket Implementations</a></h3><divclass="sidebar-links"><ahref="#impl-Any">Any</a><ahref="#impl-Borrow%3CT%3E">Borrow<T></a><ahref="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><ahref="#impl-Downcast">Downcast</a><ahref="#impl-DowncastSync">DowncastSync</a><ahref="#impl-From%3CT%3E">From<T></a><ahref="#impl-Into%3CU%3E">Into<U></a><ahref="#impl-Same%3CT%3E">Same<T></a><ahref="#impl-ToOwned">ToOwned</a><ahref="#impl-TryFrom%3CU%3E">TryFrom<U></a><ahref="#impl-TryInto%3CU%3E">TryInto<U></a></div></div><h2class="location">Other items in<br><ahref="index.html">widgetry</a></h2><divid="sidebar-vars"data-name="Image"data-ty="struct"data-relpath=""></div><scriptdefersrc="sidebar-items.js"></script></div></nav><divclass="theme-picker"><buttonid="theme-picker"aria-label="Pick another theme!"aria-haspopup="menu"title="themes"><imgwidth="18"height="18"alt="Pick another theme!"src="../brush.svg"></button><divid="theme-choices"role="menu"></div></div><navclass="sub"><formclass="search-form"><divclass="search-container"><div><selectid="crate-search"><optionvalue="All crates">Al
}</code></pre></div><detailsclass="rustdoc-toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>A stylable UI component builder which presents vector graphics from an <ahref="widgets/image/enum.ImageSource.html"title="ImageSource"><code>ImageSource</code></a>.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.from_path"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#64-69"title="goto source code">[src]</a></div><ahref="#method.from_path"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.from_path"class="fnname">from_path</a>(filename: &'a <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.str.html">str</a>) -> Self</h4></div></summary><divclass="docblock"><p>Create an SVG <code>Image</code>, read from <code>filename</code>, which is colored to match <code>Style.icon_fg</code></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.from_bytes"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#77-85"title="goto source code">[src]</a></div><ahref="#method.from_bytes"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.from_bytes"class="fnname">from_bytes</a>(labeled_bytes: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">(</a>&'a <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.str.html">str</a>, <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.slice.html">&'a [</a><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.u8.html">u8</a><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.slice.html">]</a><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">)</a>) -> Self</h4></div></summary><divclass="docblock"><p>Create a new SVG <code>Image</code> from bytes.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.from_batch"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#90-96"title="goto source code">[src]</a></div><ahref="#method.from_batch"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.from_batch"class="fnname">from_batch</a>(batch: <aclass="struct"href="geom/struct.GeomBatch.html"title="struct widgetry::geom::GeomBatch">GeomBatch</a>, bounds: <aclass="struct"href="../geom/bounds/struct.Bounds.html"title="struct geom::bounds::Bounds">Bounds</a>) -> Self</h4></div></summary><divclass="docblock"><p>Create a new <code>Image</code> from a <ahref="geom/struct.GeomBatch.html"title="GeomBatch"><code>GeomBatch</code></a>.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.source"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#101-104"title="goto source code">[src]</a></div><ahref="#method.source"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.source"class="fnname">source</a>(self, source: <aclass="enum"href="widgets/image/enum.ImageSource.html"title="enum widgetry::widgets::image::ImageSource">ImageSource</a><'a>) -> Self</h4></div></summary><divclass="docblock"><p>Set a new source for the <code>Image</code>’s data.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.source_path"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#109-111"title="goto source code">[src]</a></div><ahref="#method.source_path"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.source_path"class="fnname">source_path</a>(self, path: &'a <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.str.html">str</a>) -> Self</h4></div></summary><divclass="docblock"><p>Set the path to an SVG file for the image.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.tooltip"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#140-143"title="goto source code">[src]</a></div><ahref="#method.tooltip"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.tooltip"class="fnname">tooltip</a>(self, tooltip: impl <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="text/struct.Text.html"title="struct widgetry::text::Text">Text</a>>) -> Self</h4></div></summary><divclass="docblock"><p>Add a tooltip to appear when hovering over the image.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.merged_image_style"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#146-165"title="goto source code">[src]</a></div><ahref="#method.merged_image_style"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.merged_image_style"class="fnname">merged_image_style</a>(&'c self, other: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.reference.html">&'c </a>Self) -> Self</h4></div></summary><divclass="docblock"><p>Create a new <code>Image</code> based on <code>self</code>, but overriding with any values set on <code>other</code>.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.color"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#168-171"title="goto source code">[src]</a></div><ahref="#method.color"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.color"class="fnname">color</a><RWC: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="geom/enum.RewriteColor.html"title="enum widgetry::geom::RewriteColor">RewriteColor</a>>>(self, value: RWC) -> Self</h4></div></summary><divclass="docblock"><p>Rewrite the color of the image.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.bg_color"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#174-177"title="goto source code">[src]</a></div><ahref="#method.bg_color"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.bg_color"class="fnname">bg_color</a>(self, value: <aclass="struct"href="color/struct.Color.html"title="struct widgetry::color::Color">Color</a>) -> Self</h4></div></summary><divclass="docblock"><p>Set a background color for the image. Has no effect unless custom <code>dims</code> are explicitly set.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.untinted"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#180-182"title="goto source code">[src]</a></div><ahref="#method.untinted"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.untinted"class="fnname">untinted</a>(self) -> Self</h4></div></summary><divclass="docblock"><p>The image’s intrinsic colors will be used, it will not be tinted like <code>Image::icon</code></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.dims"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#188-191"title="goto source code">[src]</a></div><ahref="#method.dims"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.dims"class="fnname">dims</a><D: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="screen_geom/struct.ScreenDims.html"title="struct widgetry::screen_geom::ScreenDims">ScreenDims</a>>>(self, dims: D) -> Self</h4></div></summary><divclass="docblock"><p>Scale the bounds containing the image. If <code>dims</code> are not specified, the image’s intrinsic
<p>See <ahref="widgets/image/struct.Image.html#method.content_mode"title="Self::content_mode"><code>Self::content_mode</code></a> to control how the image scales to fit its custom bounds.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.content_mode"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#200-203"title="goto source code">[src]</a></div><ahref="#method.content_mode"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.content_mode"class="fnname">content_mode</a>(self, value: <aclass="enum"href="enum.ContentMode.html"title="enum widgetry::ContentMode">ContentMode</a>) -> Self</h4></div></summary><divclass="docblock"><p>If a custom <code>dims</code> was set, control how the image should be scaled to its new bounds.</p>
<p>The default, <ahref="enum.ContentMode.html#variant.ScaleAspectFit"title="ContentMode::ScaleAspectFit"><code>ContentMode::ScaleAspectFit</code></a> will only grow as much as it can while
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.corner_rounding"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#207-210"title="goto source code">[src]</a></div><ahref="#method.corner_rounding"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.corner_rounding"class="fnname">corner_rounding</a><R: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="enum"href="widgets/enum.CornerRounding.html"title="enum widgetry::widgets::CornerRounding">CornerRounding</a>>>(self, value: R) -> Self</h4></div></summary><divclass="docblock"><p>Set independent rounding for each of the image’s corners. Has no effect unless custom
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.padding"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#213-216"title="goto source code">[src]</a></div><ahref="#method.padding"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding"class="fnname">padding</a><EI: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><<aclass="struct"href="widgets/struct.EdgeInsets.html"title="struct widgetry::widgets::EdgeInsets">EdgeInsets</a>>>(self, value: EI) -> Self</h4></div></summary><divclass="docblock"><p>Set padding for the image. Has no effect unless custom <code>dims</code> are explicitly set.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.padding_top"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#219-224"title="goto source code">[src]</a></div><ahref="#method.padding_top"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_top"class="fnname">padding_top</a>(self, new_value: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.f64.html">f64</a>) -> Self</h4></div></summary><divclass="docblock"><p>Padding above the image. Has no effect unless custom <code>dims</code> are explicitly set.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.padding_left"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#227-232"title="goto source code">[src]</a></div><ahref="#method.padding_left"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_left"class="fnname">padding_left</a>(self, new_value: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.f64.html">f64</a>) -> Self</h4></div></summary><divclass="docblock"><p>Padding to the left of the image. Has no effect unless custom <code>dims</code> are explicitly set.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.padding_bottom"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#235-240"title="goto source code">[src]</a></div><ahref="#method.padding_bottom"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_bottom"class="fnname">padding_bottom</a>(self, new_value: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.f64.html">f64</a>) -> Self</h4></div></summary><divclass="docblock"><p>Padding below the image. Has no effect unless custom <code>dims</code> are explicitly set.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.padding_right"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#243-248"title="goto source code">[src]</a></div><ahref="#method.padding_right"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.padding_right"class="fnname">padding_right</a>(self, new_value: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.f64.html">f64</a>) -> Self</h4></div></summary><divclass="docblock"><p>Padding to the right of the image. Has no effect unless custom <code>dims</code> are explicitly set.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.build_batch"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#251-319"title="goto source code">[src]</a></div><ahref="#method.build_batch"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.build_batch"class="fnname">build_batch</a>(&self, ctx: &<aclass="struct"href="event_ctx/struct.EventCtx.html"title="struct widgetry::event_ctx::EventCtx">EventCtx</a><'_>) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">(</a><aclass="struct"href="geom/struct.GeomBatch.html"title="struct widgetry::geom::GeomBatch">GeomBatch</a>, <aclass="struct"href="../geom/bounds/struct.Bounds.html"title="struct geom::bounds::Bounds">Bounds</a><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.tuple.html">)</a>></h4></div></summary><divclass="docblock"><p>Render the <code>Image</code> and any styling (padding, background, etc.) to a <code>GeomBatch</code>.</p>
</div></details><divid="method.into_widget"class="method has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#321-341"title="goto source code">[src]</a></div><ahref="#method.into_widget"class="anchor"></a><h4class="code-header">pub fn <ahref="#method.into_widget"class="fnname">into_widget</a>(self, ctx: &<aclass="struct"href="event_ctx/struct.EventCtx.html"title="struct widgetry::event_ctx::EventCtx">EventCtx</a><'_>) -><aclass="struct"href="widgets/struct.Widget.html"title="struct widgetry::widgets::Widget">Widget</a></h4></div></div></details><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor"></a></h2><divid="trait-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Clone"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#10"title="goto source code">[src]</a></div><ahref="#impl-Clone"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clone"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#10"title="goto source code">[src]</a></div><ahref="#method.clone"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html#tymethod.clone"class="fnname">clone</a>(&self) -><aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h4></div></summary><divclass='docblock'><p>Returns a copy of the value. <ahref="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clone_from"class="method trait-impl has-srclink"><divclass="rightside"><spanclass="since"title="Stable since Rust version 1.0.0">1.0.0</span><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/clone.rs.html#130"title="goto source code">[src]</a></div><ahref="#method.clone_from"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html#method.clone_from"class="fnname">clone_from</a>(&mut self, source: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.reference.html">&</a>Self)</h4></div></summary><divclass='docblock'><p>Performs copy-assignment from <code>source</code>. <ahref="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Debug"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#10"title="goto source code">[src]</a></div><ahref="#impl-Debug"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.fmt"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#10"title="goto source code">[src]</a></div><ahref="#method.fmt"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Debug.html#tymethod.fmt"class="fnname">fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/1.58.1/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a><'_>) -><aclass="type"href="https://doc.rust-lang.org/1.58.1/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></h4></div></summary><divclass='docblock'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/1.58.1/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Default"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#10"title="goto source code">[src]</a></div><ahref="#impl-Default"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/default/trait.Default.html"title="trait core::default::Default">Default</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.default"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="../src/widgetry/widgets/image.rs.html#10"title="goto source code">[src]</a></div><ahref="#method.default"class="anchor"></a><h4class="code-header">fn <ahref="https://doc.rust-lang.org/1.58.1/core/default/trait.Default.html#tymethod.default"class="fnname">default</a>() -><aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h4></div></summary><divclass='docblock'><p>Returns the “default value” for a type. <ahref="https://doc.rust-lang.org/1.58.1/core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></details></div></details></div><h2id="synthetic-implementations"class="small-section-header">Auto Trait Implementations<ahref="#synthetic-implementations"class="anchor"></a></h2><divid="synthetic-implementations-list"><divid="impl-RefUnwindSafe"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-RefUnwindSafe"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/panic/unwind_safe/trait.RefUnwindSafe.html"title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h3></div><divid="impl-Send"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-Send"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/marker/trait.Send.html"title="trait core::marker::Send">Send</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h3></div><divid="impl-Sync"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-Sync"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/marker/trait.Sync.html"title="trait core::marker::Sync">Sync</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h3></div><divid="impl-Unpin"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-Unpin"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/marker/trait.Unpin.html"title="trait core::marker::Unpin">Unpin</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c><spanclass="where fmt-newline">where<br> 'a: 'c, </span></h3></div><divid="impl-UnwindSafe"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-UnwindSafe"class="anchor"></a><h3class="code-header in-band">impl<'a, 'c><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/panic/unwind_safe/trait.UnwindSafe.html"title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <aclass="struct"href="widgets/image/struct.Image.html"title="struct widgetry::widgets::image::Image">Image</a><'a, 'c></h3></div></div><h2id="blanket-implementations"class="small-section-header">Blanket Implementations<ahref="#blanket-implementations"class="anchor"></a></h2><divid="blanket-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Any"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/any.rs.html#132-136"title="goto source code">[src]</a></div><ahref="#impl-Any"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.type_id"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/any.rs.html#133"title="goto source code">[src]</a></div><ahref="#method.type_id"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/core/any/trait.Any.html#tymethod.type_id"class="fnname">type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/1.58.1/core/any/struct.TypeId.htm
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Borrow%3CT%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/borrow.rs.html#208-213"title="goto source code">[src]</a></div><ahref="#impl-Borrow%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.borrow"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/borrow.rs.html#210"title="goto source code">[src]</a></div><ahref="#method.borrow"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/core/borrow/trait.Borrow.html#tymethod.borrow"class="fnname">borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.reference.html">&</a>T</h4></div></summary><divclass='docblock'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.58.1/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-BorrowMut%3CT%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/borrow.rs.html#216-220"title="goto source code">[src]</a></div><ahref="#impl-BorrowMut%3CT%3E"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.borrow_mut"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/borrow.rs.html#217"title="goto source code">[src]</a></div><ahref="#method.borrow_mut"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut"class="fnname">borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.reference.html">&mut </a>T</h4></div></summary><divclass='docblock'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/1.58.1/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-Downcast"class="impl has-srclink"><divclass="rightside"></div><ahref="#impl-Downcast"class="anchor"></a><h3class="code-header in-band">impl<T> Downcast for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/any/trait.Any.html"title="trait core::any::Any">Any</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.into_any"class="method trait-impl has-srclink"><divclass="rightside"></div><ahref="#method.into_any"class="anchor"></a><h4class="code-header">pub fn <aclass="fnname">into_any</a>(self: <aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><T, <aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/alloc/struct.Global.html"title="struct alloc::alloc::Global">Global</a>>) -><aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/boxed/struct.Box.html"title="struct alloc::boxed::Box">Box</a><dyn <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/any/trait.Any.html"title="trait core::any::Any">Any</a> + 'static, <aclass="struct"href="https://doc.rust-lang.org/1.58.1/alloc/alloc/struct.Global.html"title="struct alloc::alloc::Global">Global</a>></h4></div></summary><divclass='docblock'><p>Convert <code>Box<dyn Trait></code> (where <code>Trait: Downcast</code>) to <code>Box<dyn Any></code>. <code>Box<dyn Any></code> can
then be further <code>downcast</code> into <code>Box<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any">Read more</a></p>
further <code>downcast</code> into <code>Rc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any_rc">Read more</a></p>
further <code>downcast</code> into <code>Arc<ConcreteType></code> where <code>ConcreteType</code> implements <code>Trait</code>. <ahref="#tymethod.into_any_arc">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-ToOwned"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/alloc/borrow.rs.html#84-96"title="goto source code">[src]</a></div><ahref="#impl-ToOwned"class="anchor"></a><h3class="code-header in-band">impl<T><aclass="trait"href="https://doc.rust-lang.org/1.58.1/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Owned"class="type trait-impl has-srclink"><ahref="#associatedtype.Owned"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.58.1/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"class="type">Owned</a> = T</h4></div></summary><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.to_owned"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/alloc/borrow.rs.html#89"title="goto source code">[src]</a></div><ahref="#method.to_owned"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/alloc/borrow/trait.ToOwned.html#tymethod.to_owned"class="fnname">to_owned</a>(&self) -> T</h4></div></summary><divclass='docblock'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/1.58.1/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.clone_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/alloc/borrow.rs.html#93"title="goto source code">[src]</a></div><ahref="#method.clone_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/alloc/borrow/trait.ToOwned.html#method.clone_into"class="fnname">clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/1.58.1/std/primitive.reference.html">&mut </a>T)</h4></div></summary><divclass="item-info"><divclass="stab unstable"><spanclass="emoji">🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</div></div><divclass='docblock'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/1.58.1/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryFrom%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#587-596"title="goto source code">[src]</a></div><ahref="#impl-TryFrom%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error"class="type trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_from"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#593"title="goto source code">[src]</a></div><ahref="#method.try_from"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#tymethod.try_from"class="fnname">try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"open><summary><divid="impl-TryInto%3CU%3E"class="impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#573-582"title="goto source code">[src]</a></div><ahref="#impl-TryInto%3CU%3E"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></div></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><divid="associatedtype.Error-1"class="type trait-impl has-srclink"><ahref="#associatedtype.Error-1"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryInto.html#associatedtype.Error"class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></div></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details><detailsclass="rustdoc-toggle method-toggle"open><summary><divid="method.try_into"class="method trait-impl has-srclink"><divclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/1.58.1/src/core/convert/mod.rs.html#579"title="goto source code">[src]</a></div><ahref="#method.try_into"class="anchor"></a><h4class="code-header">pub fn <ahref="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryInto.html#tymethod.try_into"class="fnname">try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/1.58.1/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/1.58.1/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></h4></div></summary><divclass='docblock'><p>Performs the conversion.</p>