<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="API documentation for the Rust `TIMERS` struct in crate `os`."><metaname="keywords"content="rust, rustlang, rust-lang, TIMERS"><title>TIMERS in os::timer - Rust</title><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../SourceSerif4-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../FiraSans-Regular.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../FiraSans-Medium.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../SourceCodePro-Regular.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../SourceSerif4-Bold.ttf.woff2"><linkrel="preload"as="font"type="font/woff2"crossoriginhref="../../SourceCodePro-Semibold.ttf.woff2"><linkrel="stylesheet"type="text/css"href="../../normalize.css"><linkrel="stylesheet"type="text/css"href="../../rustdoc.css"id="mainThemeStyle"><linkrel="stylesheet"type="text/css"href="../../ayu.css"disabled><linkrel="stylesheet"type="text/css"href="../../dark.css"disabled><linkrel="stylesheet"type="text/css"href="../../light.css"id="themeStyle"><scriptid="default-settings"></script><scriptsrc="../../storage.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../../main.js"></script><noscript><linkrel="stylesheet"href="../../noscript.css"></noscript><linkrel="alternate icon"type="image/png"href="../../favicon-16x16.png"><linkrel="alternate icon"type="image/png"href="../../favicon-32x32.png"><linkrel="icon"type="image/svg+xml"href="../../favicon.svg"></head><bodyclass="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle">☰</button><aclass="sidebar-logo"href="../../os/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../../rust-logo.svg"alt="logo"></div></a><h2class="location"></h2></nav><navclass="sidebar"><aclass="sidebar-logo"href="../../os/index.html"><divclass="logo-container"><imgclass="rust-logo"src="../../rust-logo.svg"alt="logo"></div></a><h2class="location"><ahref="#">TIMERS</a></h2><divclass="sidebar-elems"><section><divclass="block"><h3class="sidebar-title"><ahref="#fields">Fields</a></h3><ul><li><ahref="#structfield.__private_field">__private_field</a></li></ul></div><divclass="block"><h3class="sidebar-title"><ahref="#deref-methods-UPSafeCell%3CBinaryHeap%3CTimerCondVar%3E%3E">Methods from Deref<Target=UPSafeCell<BinaryHeap<TimerCondVar>>></a></h3><ul><li><ahref="#method.exclusive_access">exclusive_access</a></li></ul></div><divclass="block"><h3class="sidebar-title"><ahref="#trait-implementations">Trait Implementations</a></h3><ul><li><ahref="#impl-Deref-for-TIMERS">Deref</a></li><li><ahref="#impl-LazyStatic-for-TIMERS">LazyStatic</a></li></ul></div><divclass="block"><h3class="sidebar-title"><ahref="#synthetic-implementations">Auto Trait Implementations</a></h3><ul><li><ahref="#impl-RefUnwindSafe-for-TIMERS">RefUnwindSafe</a></li><li><ahref="#impl-Send-for-TIMERS">Send</a></li><li><ahref="#impl-Sync-for-TIMERS">Sync</a></li><li><ahref="#impl-Unpin-for-TIMERS">Unpin</a></li><li><ahref="#impl-UnwindSafe-for-TIMERS">UnwindSafe</a></li></ul></div><divclass="block"><h3class="sidebar-title"><ahref="#blanket-implementations">Blanket Implementations</a></h3><ul><li><ahref="#impl-Any-for-TIMERS">Any</a></li><li><ahref="#impl-Borrow%3CT%3E-for-TIMERS">Borrow<T></a></li><li><ahref="#impl-BorrowMut%3CT%3E-for-TIMERS">BorrowMut<T></a></li><li><ahref="#impl-From%3CT%3E-for-TIMERS">From<T></a></li><li><ahref="#impl-Into%3CU%3E-for-TIMERS">Into<U></a></li><li><ahref="#impl-TryFrom%3CU%3E-for-TIMERS">TryFrom<U></a></li><li><ahref="#imp
}</code></pre></div><h2id="fields"class="fields small-section-header">Fields<ahref="#fields"class="anchor"></a></h2><spanid="structfield.__private_field"class="structfield small-section-header"><ahref="#structfield.__private_field"class="anchor field"></a><code>__private_field: <aclass="primitive"href="https://doc.rust-lang.org/nightly/core/primitive.unit.html">()</a></code></span><h2id="deref-methods-UPSafeCell%3CBinaryHeap%3CTimerCondVar%3E%3E"class="small-section-header"><span>Methods from <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html"title="trait core::ops::deref::Deref">Deref</a><Target = <aclass="struct"href="../sync/up/struct.UPSafeCell.html"title="struct os::sync::up::UPSafeCell">UPSafeCell</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/binary_heap/struct.BinaryHeap.html"title="struct alloc::collections::binary_heap::BinaryHeap">BinaryHeap</a><<aclass="struct"href="struct.TimerCondVar.html"title="struct os::timer::TimerCondVar">TimerCondVar</a>>>></span><ahref="#deref-methods-UPSafeCell%3CBinaryHeap%3CTimerCondVar%3E%3E"class="anchor"></a></h2><divid="deref-methods-UPSafeCell%3CBinaryHeap%3CTimerCondVar%3E%3E-1"><divclass="impl-items"><detailsclass="rustdoc-toggle method-toggle"open><summary><sectionid="method.exclusive_access"class="method has-srclink"><spanclass="rightside"><aclass="srclink"href="../../src/os/sync/up.rs.html#26-28">source</a></span><h4class="code-header">pub fn <ahref="#method.exclusive_access"class="fnname">exclusive_access</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/cell/struct.RefMut.html"title="struct core::cell::RefMut">RefMut</a><'_, T></h4></section></summary><divclass="docblock"><p>Panic if the data has been borrowed.</p>
</div></details></div></div><h2id="trait-implementations"class="small-section-header">Trait Implementations<ahref="#trait-implementations"class="anchor"></a></h2><divid="trait-implementations-list"><detailsclass="rustdoc-toggle implementors-toggle"open><summary><sectionid="impl-Deref-for-TIMERS"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="../../src/os/timer.rs.html#52-55">source</a></span><ahref="#impl-Deref-for-TIMERS"class="anchor"></a><h3class="code-header in-band">impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html"title="trait core::ops::deref::Deref">Deref</a> for <aclass="struct"href="struct.TIMERS.html"title="struct os::timer::TIMERS">TIMERS</a></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Target"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Target"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html#associatedtype.Target"class="associatedtype">Target</a> = <aclass="struct"href="../sync/up/struct.UPSafeCell.html"title="struct os::sync::up::UPSafeCell">UPSafeCell</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/alloc/collections/binary_heap/struct.BinaryHeap.html"title="struct alloc::collections::binary_heap::BinaryHeap">BinaryHeap</a><<aclass="struct"href="struct.TimerCondVar.html"title="struct os::timer::TimerCondVar">TimerCondVar</a>>></h4></section></summary><divclass='docblock'><p>The resulting type after dereferencing.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-TryFrom%3CU%3E-for-TIMERS"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#598">source</a></span><ahref="#impl-TryFrom%3CU%3E-for-TIMERS"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Error"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Error"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"class="associatedtype">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></h4></section></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div></details></div></details><detailsclass="rustdoc-toggle implementors-toggle"><summary><sectionid="impl-TryInto%3CU%3E-for-TIMERS"class="impl has-srclink"><spanclass="rightside"><aclass="srclink"href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#583">source</a></span><ahref="#impl-TryInto%3CU%3E-for-TIMERS"class="anchor"></a><h3class="code-header in-band">impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></h3></section></summary><divclass="impl-items"><detailsclass="rustdoc-toggle"open><summary><sectionid="associatedtype.Error-1"class="associatedtype trait-impl has-srclink"><ahref="#associatedtype.Error-1"class="anchor"></a><h4class="code-header">type <ahref="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error"class="associatedtype">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="associatedtype"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><divclass='docblock'><p>The type returned in the event of a conversion error.</p>