mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-26 05:29:38 +01:00
303 lines
239 KiB
HTML
303 lines
239 KiB
HTML
|
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Represents a duration of time."><title>Duration in fugit - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="fugit" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-3b12f09e550e0385.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../fugit/index.html">fugit</a><span class="version">0.3.7</span></h2></div><h2 class="location"><a href="#">Duration</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.Hz">Hz</a></li><li><a href="#method.Hz-1">Hz</a></li><li><a href="#method.MHz">MHz</a></li><li><a href="#method.MHz-1">MHz</a></li><li><a href="#method.checked_add">checked_add</a></li><li><a href="#method.checked_add-1">checked_add</a></li><li><a href="#method.checked_sub">checked_sub</a></li><li><a href="#method.checked_sub-1">checked_sub</a></li><li><a href="#method.const_eq">const_eq</a></li><li><a href="#method.const_eq-1">const_eq</a></li><li><a href="#method.const_partial_cmp">const_partial_cmp</a></li><li><a href="#method.const_partial_cmp-1">const_partial_cmp</a></li><li><a href="#method.const_try_from">const_try_from</a></li><li><a href="#method.const_try_from-1">const_try_from</a></li><li><a href="#method.const_try_into">const_try_into</a></li><li><a href="#method.const_try_into-1">const_try_into</a></li><li><a href="#method.convert">convert</a></li><li><a href="#method.convert-1">convert</a></li><li><a href="#method.from_rate">from_rate</a></li><li><a href="#method.from_rate-1">from_rate</a></li><li><a href="#method.from_ticks">from_ticks</a></li><li><a href="#method.from_ticks-1">from_ticks</a></li><li><a href="#method.hours">hours</a></li><li><a href="#method.hours-1">hours</a></li><li><a href="#method.hours_at_least">hours_at_least</a></li><li><a href="#method.hours_at_least-1">hours_at_least</a></li><li><a href="#method.into_rate">into_rate</a></li><li><a href="#method.into_rate-1">into_rate</a></li><li><a href="#method.is_zero">is_zero</a></li><li><a href="#method.is_zero-1">is_zero</a></li><li><a href="#method.kHz">kHz</a></li><li><a href="#method.kHz-1">kHz</a></li><li><a href="#method.micros">micros</a></li><li><a href="#method.micros-1">micros</a></li><li><a href="#method.micros_at_least">micros_at_least</a></li><li><a href="#method.micros_at_least-1">micros_at_least</a></li><li><a href="#meth
|
||
|
<p>The generic <code>T</code> can either be <code>u32</code> or <code>u64</code>, and the const generics represent the ratio of the
|
||
|
ticks contained within the duration: <code>duration in seconds = NOM / DENOM * ticks</code></p>
|
||
|
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Duration%3Cu32,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><a href="#impl-Duration%3Cu32,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_ticks" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.from_ticks" class="fn">from_ticks</a>(ticks: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Create a <code>Duration</code> from a ticks value.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>_d = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.ticks" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.ticks" class="fn">ticks</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Extract the ticks from a <code>Duration</code>.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">234</span>);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d.ticks(), <span class="number">234</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.is_zero" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.is_zero" class="fn">is_zero</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if this <code>Duration</code> spans no time</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>zero = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">0</span>);
|
||
|
<span class="kw">let </span>one = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(zero.is_zero(), <span class="bool-val">true</span>);
|
||
|
<span class="macro">assert_eq!</span>(one.is_zero(), <span class="bool-val">false</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.checked_add" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.checked_add" class="fn">checked_add</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, O_NOM, O_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Add two durations while checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">2</span>);
|
||
|
<span class="kw">let </span>d3 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(u32::MAX);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d1.checked_add(d2).unwrap().ticks(), <span class="number">3</span>);
|
||
|
<span class="macro">assert_eq!</span>(d1.checked_add(d3), <span class="prelude-val">None</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.checked_sub" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.checked_sub" class="fn">checked_sub</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, O_NOM, O_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Subtract two durations while checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">2</span>);
|
||
|
<span class="kw">let </span>d3 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(u32::MAX);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.checked_sub(d1).unwrap().ticks(), <span class="number">1</span>);
|
||
|
<span class="macro">assert_eq!</span>(d1.checked_sub(d3), <span class="prelude-val">None</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_partial_cmp" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.const_partial_cmp" class="fn">const_partial_cmp</a><const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class="docblock"><p>Const partial comparison.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d1.const_partial_cmp(d2), <span class="prelude-val">Some</span>(core::cmp::Ordering::Greater));</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_eq" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.const_eq" class="fn">const_eq</a><const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>,
|
||
|
) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Const equality check.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">10</span>);
|
||
|
|
||
|
<span class="macro">assert!</span>(d1.const_eq(d2));</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_try_from" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.const_try_from" class="fn">const_try_from</a><const I_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const I_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
duration: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, I_NOM, I_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Const try from, checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::const_try_from(d1);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.unwrap().ticks(), <span class="number">10</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_try_into" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.const_try_into" class="fn">const_try_into</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, O_NOM, O_DENOM>></h4></section></summary><div class="docblock"><p>Const try into, checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2: <span class="prelude-ty">Option</span><Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>> = d1.const_try_into();
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.unwrap().ticks(), <span class="number">10</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into_rate" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.try_into_rate" class="fn">try_into_rate</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, O_NOM, O_DENOM>></h4></section></summary><div class="docblock"><p>Const try into rate, checking for divide-by-zero.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">2</span>);
|
||
|
<span class="kw">let </span>r1: <span class="prelude-ty">Option</span><Rate::<u32, <span class="number">1</span>, <span class="number">1</span>>> = d1.try_into_rate();
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(r1.unwrap().raw(), <span class="number">500</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.into_rate" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.into_rate" class="fn">into_rate</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, O_NOM, O_DENOM></h4></section></summary><div class="docblock"><p>Convert from duration to rate.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from_rate" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.try_from_rate" class="fn">try_from_rate</a><const I_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const I_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
rate: <a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, I_NOM, I_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Const try from rate, checking for divide-by-zero.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>r1 = Rate::<u32, <span class="number">1</span>, <span class="number">1</span>>::from_raw(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>>::try_from_rate(r1);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d1.unwrap().ticks(), <span class="number">1_000</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.from_rate" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.from_rate" class="fn">from_rate</a><const I_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const I_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
rate: <a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, I_NOM, I_DENOM>,
|
||
|
) -> Self</h4></section></summary><div class="docblock"><p>Convert from rate to duration.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.convert" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.convert" class="fn">convert</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, O_NOM, O_DENOM></h4></section></summary><div class="docblock"><p>Convert between bases for a duration.</p>
|
||
|
<p>Unfortunately not a <code>From</code> impl due to collision with the std lib.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u32, <span class="number">1</span>, <span class="number">100</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2: Duration::<u32, <span class="number">1</span>, <span class="number">1_000</span>> = d1.convert();
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.ticks(), <span class="number">10</span>);</code></pre></div>
|
||
|
<p>Can be used in const contexts. Compilation will fail if the conversion causes overflow</p>
|
||
|
|
||
|
<div class="example-wrap compile_fail"><a href="#" class="tooltip" title="This example deliberately fails to compile">ⓘ</a><pre class="rust rust-example-rendered"><code><span class="kw">const </span>TICKS: u32= u32::MAX - <span class="number">10</span>;
|
||
|
<span class="kw">const </span>D1: Duration::<u32, <span class="number">1</span>, <span class="number">100</span>> = Duration::<u32, <span class="number">1</span>, <span class="number">100</span>>::from_ticks(TICKS);
|
||
|
<span class="comment">// Fails conversion due to tick overflow
|
||
|
</span><span class="kw">const </span>D2: Duration::<u32, <span class="number">1</span>, <span class="number">200</span>> = D1.convert();</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_nanos" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.to_nanos" class="fn">to_nanos</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of nanoseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.nanos" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.nanos" class="fn">nanos</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents nanoseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.nanos_at_least" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.nanos_at_least" class="fn">nanos_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents nanoseconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_micros" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.to_micros" class="fn">to_micros</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of microseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.micros" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.micros" class="fn">micros</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents microseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.micros_at_least" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.micros_at_least" class="fn">micros_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents microseconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_millis" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.to_millis" class="fn">to_millis</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of milliseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.millis" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.millis" class="fn">millis</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents milliseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.millis_at_least" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.millis_at_least" class="fn">millis_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents milliseconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_secs" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.to_secs" class="fn">to_secs</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of seconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.secs" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.secs" class="fn">secs</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents seconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.secs_at_least" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.secs_at_least" class="fn">secs_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents seconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_minutes" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.to_minutes" class="fn">to_minutes</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of minutes.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.minutes" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.minutes" class="fn">minutes</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents minutes.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.minutes_at_least" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.minutes_at_least" class="fn">minutes_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents minutes (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_hours" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.to_hours" class="fn">to_hours</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of hours.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.hours" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.hours" class="fn">hours</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents hours.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.hours_at_least" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.hours_at_least" class="fn">hours_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents hours (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.Hz" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.Hz" class="fn">Hz</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents hertz.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.kHz" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.kHz" class="fn">kHz</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents kilohertz.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.MHz" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><h4 class="code-header">pub const fn <a href="#method.MHz" class="fn">MHz</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents megahertz.</p>
|
||
|
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Duration%3Cu64,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#impl-Duration%3Cu64,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from_ticks-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.from_ticks-1" class="fn">from_ticks</a>(ticks: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Create a <code>Duration</code> from a ticks value.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>_d = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.ticks-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.ticks-1" class="fn">ticks</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a></h4></section></summary><div class="docblock"><p>Extract the ticks from a <code>Duration</code>.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">234</span>);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d.ticks(), <span class="number">234</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.is_zero-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.is_zero-1" class="fn">is_zero</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns true if this <code>Duration</code> spans no time</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>zero = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">0</span>);
|
||
|
<span class="kw">let </span>one = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(zero.is_zero(), <span class="bool-val">true</span>);
|
||
|
<span class="macro">assert_eq!</span>(one.is_zero(), <span class="bool-val">false</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.checked_add-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.checked_add-1" class="fn">checked_add</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, O_NOM, O_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Add two durations while checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">2</span>);
|
||
|
<span class="kw">let </span>d3 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(u64::MAX);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d1.checked_add(d2).unwrap().ticks(), <span class="number">3</span>);
|
||
|
<span class="macro">assert_eq!</span>(d1.checked_add(d3), <span class="prelude-val">None</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.checked_sub-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.checked_sub-1" class="fn">checked_sub</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, O_NOM, O_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Subtract two durations while checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">2</span>);
|
||
|
<span class="kw">let </span>d3 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(u64::MAX);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.checked_sub(d1).unwrap().ticks(), <span class="number">1</span>);
|
||
|
<span class="macro">assert_eq!</span>(d1.checked_sub(d3), <span class="prelude-val">None</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_partial_cmp-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.const_partial_cmp-1" class="fn">const_partial_cmp</a><const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class="docblock"><p>Const partial comparison.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">1</span>);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d1.const_partial_cmp(d2), <span class="prelude-val">Some</span>(core::cmp::Ordering::Greater));</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_eq-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.const_eq-1" class="fn">const_eq</a><const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>,
|
||
|
) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Const equality check.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">10</span>);
|
||
|
|
||
|
<span class="macro">assert!</span>(d1.const_eq(d2));</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_try_from-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.const_try_from-1" class="fn">const_try_from</a><const I_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const I_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
duration: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, I_NOM, I_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Const try from, checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::const_try_from(d1);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.unwrap().ticks(), <span class="number">10</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.const_try_into-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.const_try_into-1" class="fn">const_try_into</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, O_NOM, O_DENOM>></h4></section></summary><div class="docblock"><p>Const try into, checking for overflow.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_00</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2: <span class="prelude-ty">Option</span><Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>> = d1.const_try_into();
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.unwrap().ticks(), <span class="number">10</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into_rate-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.try_into_rate-1" class="fn">try_into_rate</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, O_NOM, O_DENOM>></h4></section></summary><div class="docblock"><p>Const try into rate, checking for divide-by-zero.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::from_ticks(<span class="number">2</span>);
|
||
|
<span class="kw">let </span>r1: <span class="prelude-ty">Option</span><Rate::<u64, <span class="number">1</span>, <span class="number">1</span>>> = d1.try_into_rate();
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(r1.unwrap().raw(), <span class="number">500</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.into_rate-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.into_rate-1" class="fn">into_rate</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, O_NOM, O_DENOM></h4></section></summary><div class="docblock"><p>Convert from duration to rate.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from_rate-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.try_from_rate-1" class="fn">try_from_rate</a><const I_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const I_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
rate: <a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, I_NOM, I_DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self></h4></section></summary><div class="docblock"><p>Const try from rate, checking for divide-by-zero.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>r1 = Rate::<u64, <span class="number">1</span>, <span class="number">1</span>>::from_raw(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>>::try_from_rate(r1);
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d1.unwrap().ticks(), <span class="number">1_000</span>);</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.from_rate-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.from_rate-1" class="fn">from_rate</a><const I_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const I_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
rate: <a class="struct" href="struct.Rate.html" title="struct fugit::Rate">Rate</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, I_NOM, I_DENOM>,
|
||
|
) -> Self</h4></section></summary><div class="docblock"><p>Convert from rate to duration.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.convert-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.convert-1" class="fn">convert</a><const O_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const O_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>>(
|
||
|
self,
|
||
|
) -> <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, O_NOM, O_DENOM></h4></section></summary><div class="docblock"><p>Convert between bases for a duration.</p>
|
||
|
<p>Unfortunately not a <code>From</code> impl due to collision with the std lib.</p>
|
||
|
|
||
|
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">let </span>d1 = Duration::<u64, <span class="number">1</span>, <span class="number">100</span>>::from_ticks(<span class="number">1</span>);
|
||
|
<span class="kw">let </span>d2: Duration::<u64, <span class="number">1</span>, <span class="number">1_000</span>> = d1.convert();
|
||
|
|
||
|
<span class="macro">assert_eq!</span>(d2.ticks(), <span class="number">10</span>);</code></pre></div>
|
||
|
<p>Can be used in const contexts. Compilation will fail if the conversion causes overflow</p>
|
||
|
|
||
|
<div class="example-wrap compile_fail"><a href="#" class="tooltip" title="This example deliberately fails to compile">ⓘ</a><pre class="rust rust-example-rendered"><code><span class="kw">const </span>TICKS: u64= u64::MAX - <span class="number">10</span>;
|
||
|
<span class="kw">const </span>D1: Duration::<u64, <span class="number">1</span>, <span class="number">100</span>> = Duration::<u64, <span class="number">1</span>, <span class="number">100</span>>::from_ticks(TICKS);
|
||
|
<span class="comment">// Fails conversion due to tick overflow
|
||
|
</span><span class="kw">const </span>D2: Duration::<u64, <span class="number">1</span>, <span class="number">200</span>> = D1.convert();</code></pre></div>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_nanos-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.to_nanos-1" class="fn">to_nanos</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of nanoseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.nanos-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.nanos-1" class="fn">nanos</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents nanoseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.nanos_at_least-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.nanos_at_least-1" class="fn">nanos_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents nanoseconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_micros-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.to_micros-1" class="fn">to_micros</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of microseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.micros-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.micros-1" class="fn">micros</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents microseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.micros_at_least-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.micros_at_least-1" class="fn">micros_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents microseconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_millis-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.to_millis-1" class="fn">to_millis</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of milliseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.millis-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.millis-1" class="fn">millis</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents milliseconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.millis_at_least-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.millis_at_least-1" class="fn">millis_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents milliseconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_secs-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.to_secs-1" class="fn">to_secs</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of seconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.secs-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.secs-1" class="fn">secs</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents seconds.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.secs_at_least-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.secs_at_least-1" class="fn">secs_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents seconds (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_minutes-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.to_minutes-1" class="fn">to_minutes</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of minutes.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.minutes-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.minutes-1" class="fn">minutes</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents minutes.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.minutes_at_least-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.minutes_at_least-1" class="fn">minutes_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents minutes (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.to_hours-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.to_hours-1" class="fn">to_hours</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a></h4></section></summary><div class="docblock"><p>Convert the Duration to an integer number of hours.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.hours-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.hours-1" class="fn">hours</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents hours.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.hours_at_least-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.hours_at_least-1" class="fn">hours_at_least</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents hours (ceil rounded).</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.Hz-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.Hz-1" class="fn">Hz</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents hertz.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.kHz-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.kHz-1" class="fn">kHz</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents kilohertz.</p>
|
||
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.MHz-1" class="method"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><h4 class="code-header">pub const fn <a href="#method.MHz-1" class="fn">MHz</a>(val: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>) -> Self</h4></section></summary><div class="docblock"><p>Shorthand for creating a duration which represents megahertz.</p>
|
||
|
</div></details></div></details></div><h2 id="trait-implementations" class="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-Add%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Duration%3Cu64,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#683-698">source</a><a href="#impl-Add%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Duration%3Cu64,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-13" class="associatedtype trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#686">source</a><a href="#associatedtype.Output-13" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Add.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM></h4></section></summary><div class='docblock'>The resulting type after applying the <code>+</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.add-2" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#689-697">source</a><a href="#method.add-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Add.html#tymethod.add" class="fn">add</a>(self, other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM>) -> Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Add.html#associatedtype.Output" title="type core::ops::arith::Add::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>+</code> operation. <a href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Add.html#tymethod.add">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Add%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Instant%3Cu32,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/instant.rs.html#355">source</a><a href="#impl-Add%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Instant%3Cu32,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Add.html" title="trait core::ops::arith::Add">Add</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM>> for <a class="struct" href="struct.Instant.html" ti
|
||
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Compares and returns the maximum of two values. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.max">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.min" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.21.0">1.21.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#875-877">source</a></span><a href="#method.min" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.min" class="fn">min</a>(self, other: Self) -> Self<div class="where">where
|
||
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Compares and returns the minimum of two values. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.min">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clamp" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.50.0">1.50.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#901-904">source</a></span><a href="#method.clamp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.clamp" class="fn">clamp</a>(self, min: Self, max: Self) -> Self<div class="where">where
|
||
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a>,</div></h4></section></summary><div class='docblock'>Restrict a value to a certain interval. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.clamp">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Ord-for-Duration%3Cu64,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#impl-Ord-for-Duration%3Cu64,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html" title="trait core::cmp::Ord">Ord</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.cmp-1" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#method.cmp-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#tymethod.cmp" class="fn">cmp</a>(&self, other: &Self) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a></h4></section></summary><div class='docblock'>This method returns an <a href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering"><code>Ordering</code></a> between <code>self</code> and <code>other</code>. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#tymethod.cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.max-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.21.0">1.21.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#854-856">source</a></span><a href="#method.max-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.max" class="fn">max</a>(self, other: Self) -> Self<div class="where">where
|
||
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Compares and returns the maximum of two values. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.max">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.min-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.21.0">1.21.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#875-877">source</a></span><a href="#method.min-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.min" class="fn">min</a>(self, other: Self) -> Self<div class="where">where
|
||
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class='docblock'>Compares and returns the minimum of two values. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.min">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clamp-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.50.0">1.50.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#901-904">source</a></span><a href="#method.clamp-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.clamp" class="fn">clamp</a>(self, min: Self, max: Self) -> Self<div class="where">where
|
||
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a>,</div></h4></section></summary><div class='docblock'>Restrict a value to a certain interval. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Ord.html#method.clamp">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><a href="#impl-PartialEq%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#261">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
|
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#721-730">source</a><a href="#impl-PartialEq%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-2" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#725-729">source</a><a href="#method.eq-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-2" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#261">source</a></span><a href="#method.ne-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
|
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#741-748">source</a><a href="#impl-PartialEq%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-3" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#745-747">source</a><a href="#method.eq-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-3" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#261">source</a></span><a href="#method.ne-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
|
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#impl-PartialEq%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq-1" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#method.eq-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#261">source</a></span><a href="#method.ne-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
|
||
|
and should not be overridden without very good reason.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialOrd%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><a href="#impl-PartialOrd%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.partial_cmp" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><a href="#method.partial_cmp" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp" class="fn">partial_cmp</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.lt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1178">source</a></span><a href="#method.lt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt" class="fn">lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.le" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1196">source</a></span><a href="#method.le" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.
|
||
|
<code><=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.gt" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1214">source</a></span><a href="#method.gt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt" class="fn">gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code>
|
||
|
operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.ge" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1232">source</a></span><a href="#method.ge" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge" class="fn">ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by
|
||
|
the <code>>=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialOrd%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#710-719">source</a><a href="#impl-PartialOrd%3CDuration%3Cu32,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.partial_cmp-2" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#714-718">source</a><a href="#method.partial_cmp-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp" class="fn">partial_cmp</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, R_NOM, R_DENOM>) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.lt-2" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1178">source</a></span><a href="#method.lt-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt" class="fn">lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.le-2" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1196">source</a></span><a href="#method.le-2" class="an
|
||
|
<code><=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.gt-2" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1214">source</a></span><a href="#method.gt-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt" class="fn">gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code>
|
||
|
operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.ge-2" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1232">source</a></span><a href="#method.ge-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge" class="fn">ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by
|
||
|
the <code>>=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialOrd%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#732-739">source</a><a href="#impl-PartialOrd%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu32,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.partial_cmp-3" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#736-738">source</a><a href="#method.partial_cmp-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp" class="fn">partial_cmp</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.lt-3" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1178">source</a></span><a href="#method.lt-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt" class="fn">lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.le-3" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1196">source</a></span><a href="#method.le-3" class="an
|
||
|
<code><=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.gt-3" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1214">source</a></span><a href="#method.gt-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt" class="fn">gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code>
|
||
|
operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.ge-3" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1232">source</a></span><a href="#method.ge-3" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge" class="fn">ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by
|
||
|
the <code>>=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialOrd%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#impl-PartialOrd%3CDuration%3Cu64,+R_NOM,+R_DENOM%3E%3E-for-Duration%3Cu64,+L_NOM,+L_DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const L_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const L_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const R_DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html" title="trait core::cmp::PartialOrd">PartialOrd</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, L_NOM, L_DENOM></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.partial_cmp-1" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#method.partial_cmp-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp" class="fn">partial_cmp</a>(&self, other: &<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, R_NOM, R_DENOM>) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="https://doc.rust-lang.org/1.82.0/core/cmp/enum.Ordering.html" title="enum core::cmp::Ordering">Ordering</a>></h4></section></summary><div class='docblock'>This method returns an ordering between <code>self</code> and <code>other</code> values if one exists. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#tymethod.partial_cmp">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.lt-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1178">source</a></span><a href="#method.lt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt" class="fn">lt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests less than (for <code>self</code> and <code>other</code>) and is used by the <code><</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.lt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.le-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1196">source</a></span><a href="#method.le-1" class="anchor">§
|
||
|
<code><=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.le">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.gt-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1214">source</a></span><a href="#method.gt-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt" class="fn">gt</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than (for <code>self</code> and <code>other</code>) and is used by the <code>></code>
|
||
|
operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.gt">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.ge-1" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#1232">source</a></span><a href="#method.ge-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge" class="fn">ge</a>(&self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&Rhs</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests greater than or equal to (for <code>self</code> and <code>other</code>) and is used by
|
||
|
the <code>>=</code> operator. <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialOrd.html#method.ge">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Sub%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Duration%3Cu64,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#654-669">source</a><a href="#impl-Sub%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Duration%3Cu64,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM>> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Output-12" class="associatedtype trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#657">source</a><a href="#associatedtype.Output-12" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Sub.html#associatedtype.Output" class="associatedtype">Output</a> = <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM></h4></section></summary><div class='docblock'>The resulting type after applying the <code>-</code> operator.</div></details><details class="toggle method-toggle" open><summary><section id="method.sub-2" class="method trait-impl"><a class="src rightside" href="../src/fugit/duration.rs.html#660-668">source</a><a href="#method.sub-2" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Sub.html#tymethod.sub" class="fn">sub</a>(self, other: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM>) -> Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Sub.html#associatedtype.Output" title="type core::ops::arith::Sub::Output">Output</a></h4></section></summary><div class='docblock'>Performs the <code>-</code> operation. <a href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Sub.html#tymethod.sub">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Sub%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Instant%3Cu32,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/instant.rs.html#355">source</a><a href="#impl-Sub%3CDuration%3Cu32,+NOM,+DENOM%3E%3E-for-Instant%3Cu32,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/ops/arith/trait.Sub.html" title="trait core::ops::arith::Sub">Sub</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM>> for <a class="struct" href="struct.Instant.html" title="struct fugit::Instant">Instant</a><<a c
|
||
|
val: <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM>,
|
||
|
) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM>, <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.unit.html">()</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><section id="impl-Copy-for-Duration%3CT,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#11">source</a><a href="#impl-Copy-for-Duration%3CT,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>, const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><T, NOM, DENOM></h3></section><section id="impl-Eq-for-Duration%3Cu32,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#623">source</a><a href="#impl-Eq-for-Duration%3Cu32,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, NOM, DENOM></h3></section><section id="impl-Eq-for-Duration%3Cu64,+NOM,+DENOM%3E" class="impl"><a class="src rightside" href="../src/fugit/duration.rs.html#624">source</a><a href="#impl-Eq-for-Duration%3Cu64,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><<a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u64.html">u64</a>, NOM, DENOM></h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-Duration%3CT,+NOM,+DENOM%3E" class="impl"><a href="#impl-Freeze-for-Duration%3CT,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<T, const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><T, NOM, DENOM><div class="where">where
|
||
|
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,</div></h3></section><section id="impl-RefUnwindSafe-for-Duration%3CT,+NOM,+DENOM%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Duration%3CT,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<T, const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><T, NOM, DENOM><div class="where">where
|
||
|
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section><section id="impl-Send-for-Duration%3CT,+NOM,+DENOM%3E" class="impl"><a href="#impl-Send-for-Duration%3CT,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<T, const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><T, NOM, DENOM><div class="where">where
|
||
|
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-Sync-for-Duration%3CT,+NOM,+DENOM%3E" class="impl"><a href="#impl-Sync-for-Duration%3CT,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<T, const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><T, NOM, DENOM><div class="where">where
|
||
|
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</div></h3></section><section id="impl-Unpin-for-Duration%3CT,+NOM,+DENOM%3E" class="impl"><a href="#impl-Unpin-for-Duration%3CT,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<T, const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><T, NOM, DENOM><div class="where">where
|
||
|
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,</div></h3></section><section id="impl-UnwindSafe-for-Duration%3CT,+NOM,+DENOM%3E" class="impl"><a href="#impl-UnwindSafe-for-Duration%3CT,+NOM,+DENOM%3E" class="anchor">§</a><h3 class="code-header">impl<T, const NOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>, const DENOM: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u32.html">u32</a>> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Duration.html" title="struct fugit::Duration">Duration</a><T, NOM, DENOM><div class="where">where
|
||
|
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a>,</div></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/any.rs.html#138">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
|
||
|
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/any.rs.html#139">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.82.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.82.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#209">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
||
|
T: ?<a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#211">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#217">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
||
|
T: ?<a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#218">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-CloneToUninit-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/clone.rs.html#273">source</a><a href="#impl-CloneToUninit-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/clone/trait.CloneToUninit.html" title="trait core::clone::CloneToUninit">CloneToUninit</a> for T<div class="where">where
|
||
|
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone_to_uninit" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/clone.rs.html#275">source</a><a href="#method.clone_to_uninit" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit" class="fn">clone_to_uninit</a>(&self, dst: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.pointer.html">*mut T</a>)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>clone_to_uninit</code>)</span></div></span><div class='docblock'>Performs copy-assignment from <code>self</code> to <code>dst</code>. <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#765">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from-1" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#768">source</a><a href="#method.from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
|
||
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#748-750">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
||
|
U: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#758">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
|
||
|
<p>That is, this conversion is whatever the implementation of
|
||
|
<code><a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for U</code> chooses to do.</p>
|
||
|
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#805-807">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
||
|
U: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-2" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#809">source</a><a href="#associatedtype.Error-2" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from-1" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#812">source</a><a href="#method.try_from-1" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#790-792">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
||
|
U: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#794">source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#797">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>
|