Skip to content

Commit

Permalink
deploy: de6f2c7
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Dec 5, 2023
1 parent feba5c2 commit 9709596
Show file tree
Hide file tree
Showing 82 changed files with 1,627 additions and 730 deletions.
2 changes: 1 addition & 1 deletion cosmic_text/enum.Wrap.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cosmic_text/struct.BorrowedWithFontSystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ <h5 id="panics-1"><a href="#panics-1">Panics</a></h5>
);</code></pre></div>
</div></details><details class="toggle method-toggle" open><summary><section id="method.draw" class="method"><a class="src rightside" href="../src/cosmic_text/buffer.rs.html#977-982">source</a><h4 class="code-header">pub fn <a href="#method.draw" class="fn">draw</a>&lt;F&gt;(&amp;mut self, cache: &amp;mut <a class="struct" href="struct.SwashCache.html" title="struct cosmic_text::SwashCache">SwashCache</a>, color: <a class="struct" href="struct.Color.html" title="struct cosmic_text::Color">Color</a>, f: F)<span class="where fmt-newline">where
F: <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(<a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.u32.html">u32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.u32.html">u32</a>, <a class="struct" href="struct.Color.html" title="struct cosmic_text::Color">Color</a>),</span></h4></section></summary><div class="docblock"><p>Draw the buffer</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#258-285">source</a><a href="#impl-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T: <a class="trait" href="trait.Edit.html" title="trait cosmic_text::Edit">Edit</a>&gt; <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.buffer_mut" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#260-265">source</a><h4 class="code-header">pub fn <a href="#method.buffer_mut" class="fn">buffer_mut</a>(&amp;mut self) -&gt; <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'_, <a class="struct" href="struct.Buffer.html" title="struct cosmic_text::Buffer">Buffer</a>&gt;</h4></section></summary><div class="docblock"><p>Get the internal <a href="struct.Buffer.html" title="struct cosmic_text::Buffer"><code>Buffer</code></a>, mutably</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.shape_as_needed" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#268-270">source</a><h4 class="code-header">pub fn <a href="#method.shape_as_needed" class="fn">shape_as_needed</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Shape lines until scroll, after adjusting scroll if the cursor moved</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.action" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#273-275">source</a><h4 class="code-header">pub fn <a href="#method.action" class="fn">action</a>(&amp;mut self, action: <a class="enum" href="enum.Action.html" title="enum cosmic_text::Action">Action</a>)</h4></section></summary><div class="docblock"><p>Perform an <a href="enum.Action.html" title="enum cosmic_text::Action">Action</a> on the editor</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.draw-1" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#279-284">source</a><h4 class="code-header">pub fn <a href="#method.draw-1" class="fn">draw</a>&lt;F&gt;(&amp;mut self, cache: &amp;mut <a class="struct" href="struct.SwashCache.html" title="struct cosmic_text::SwashCache">SwashCache</a>, color: <a class="struct" href="struct.Color.html" title="struct cosmic_text::Color">Color</a>, f: F)<span class="where fmt-newline">where
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#268-295">source</a><a href="#impl-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T: <a class="trait" href="trait.Edit.html" title="trait cosmic_text::Edit">Edit</a>&gt; <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.buffer_mut" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#270-275">source</a><h4 class="code-header">pub fn <a href="#method.buffer_mut" class="fn">buffer_mut</a>(&amp;mut self) -&gt; <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'_, <a class="struct" href="struct.Buffer.html" title="struct cosmic_text::Buffer">Buffer</a>&gt;</h4></section></summary><div class="docblock"><p>Get the internal <a href="struct.Buffer.html" title="struct cosmic_text::Buffer"><code>Buffer</code></a>, mutably</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.shape_as_needed" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#278-280">source</a><h4 class="code-header">pub fn <a href="#method.shape_as_needed" class="fn">shape_as_needed</a>(&amp;mut self)</h4></section></summary><div class="docblock"><p>Shape lines until scroll, after adjusting scroll if the cursor moved</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.action" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#283-285">source</a><h4 class="code-header">pub fn <a href="#method.action" class="fn">action</a>(&amp;mut self, action: <a class="enum" href="enum.Action.html" title="enum cosmic_text::Action">Action</a>)</h4></section></summary><div class="docblock"><p>Perform an <a href="enum.Action.html" title="enum cosmic_text::Action">Action</a> on the editor</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.draw-1" class="method"><a class="src rightside" href="../src/cosmic_text/edit/mod.rs.html#289-294">source</a><h4 class="code-header">pub fn <a href="#method.draw-1" class="fn">draw</a>&lt;F&gt;(&amp;mut self, cache: &amp;mut <a class="struct" href="struct.SwashCache.html" title="struct cosmic_text::SwashCache">SwashCache</a>, color: <a class="struct" href="struct.Color.html" title="struct cosmic_text::Color">Color</a>, f: F)<span class="where fmt-newline">where
F: <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(<a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.u32.html">u32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.74.0/std/primitive.u32.html">u32</a>, <a class="struct" href="struct.Color.html" title="struct cosmic_text::Color">Color</a>),</span></h4></section></summary><div class="docblock"><p>Draw the editor</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-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-Debug-for-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a class="src rightside" href="../src/cosmic_text/font/system.rs.html#194">source</a><a href="#impl-Debug-for-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T: <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../src/cosmic_text/font/system.rs.html#194">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/1.74.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/1.74.0/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/1.74.0/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Deref-for-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a class="src rightside" href="../src/cosmic_text/font/system.rs.html#200-206">source</a><a href="#impl-Deref-for-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Target" class="associatedtype trait-impl"><a href="#associatedtype.Target" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.74.0/core/ops/deref/trait.Deref.html#associatedtype.Target" class="associatedtype">Target</a> = T</h4></section></summary><div class='docblock'>The resulting type after dereferencing.</div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a class="src rightside" href="../src/cosmic_text/font/system.rs.html#203-205">source</a><a href="#method.deref" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.0/core/ops/deref/trait.Deref.html#tymethod.deref" class="fn">deref</a>(&amp;self) -&gt; &amp;Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.74.0/core/ops/deref/trait.Deref.html#associatedtype.Target" title="type core::ops::deref::Deref::Target">Target</a></h4></section></summary><div class='docblock'>Dereferences the value.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-DerefMut-for-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a class="src rightside" href="../src/cosmic_text/font/system.rs.html#208-212">source</a><a href="#impl-DerefMut-for-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/ops/deref/trait.DerefMut.html" title="trait core::ops::deref::DerefMut">DerefMut</a> for <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.deref_mut" class="method trait-impl"><a class="src rightside" href="../src/cosmic_text/font/system.rs.html#209-211">source</a><a href="#method.deref_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.74.0/core/ops/deref/trait.DerefMut.html#tymethod.deref_mut" class="fn">deref_mut</a>(&amp;mut self) -&gt; &amp;mut Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.74.0/core/ops/deref/trait.Deref.html#associatedtype.Target" title="type core::ops::deref::Deref::Target">Target</a></h4></section></summary><div class='docblock'>Mutably dereferences the value.</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a href="#impl-RefUnwindSafe-for-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; !<a class="trait" href="https://doc.rust-lang.org/1.74.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;</h3></section><section id="impl-Send-for-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a href="#impl-Send-for-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;<span class="where fmt-newline">where
T: <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</span></h3></section><section id="impl-Sync-for-BorrowedWithFontSystem%3C'a,+T%3E" class="impl"><a href="#impl-Sync-for-BorrowedWithFontSystem%3C'a,+T%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="https://doc.rust-lang.org/1.74.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.BorrowedWithFontSystem.html" title="struct cosmic_text::BorrowedWithFontSystem">BorrowedWithFontSystem</a>&lt;'a, T&gt;<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit 9709596

Please sign in to comment.