222 lines
No EOL
11 KiB
HTML
222 lines
No EOL
11 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="API documentation for the Rust `panic` mod in crate `bitflags`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, panic">
|
||
|
||
<title>bitflags::__core::panic - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../../../rustdoc.css">
|
||
<link rel="stylesheet" type="text/css" href="../../../main.css">
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
|
||
<p class='location'><a href='../../index.html'>bitflags</a>::<wbr><a href='../index.html'>__core</a></p><script>window.sidebarCurrent = {name: 'panic', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script>
|
||
</nav>
|
||
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content mod">
|
||
<h1 class='fqn'><span class='in-band'>Module <a href='../../index.html'>bitflags</a>::<wbr><a href='../index.html'>__core</a>::<wbr><a class='mod' href=''>panic</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a id='src-6607' class='srclink' href='https://doc.rust-lang.org/nightly/std/panic/index.html?gotosrc=6607' title='goto source code'>[src]</a></span></h1>
|
||
<div class='docblock'><p>Panic support in the standard library</p>
|
||
</div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
|
||
<table>
|
||
<tr class=' module-item'>
|
||
<td><a class='struct' href='struct.AssertUnwindSafe.html'
|
||
title='bitflags::__core::panic::AssertUnwindSafe'>AssertUnwindSafe</a></td>
|
||
<td class='docblock short'>
|
||
<p>A simple wrapper around a type to assert that it is panic safe.</p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable deprecated module-item'>
|
||
<td><a class='struct' href='struct.AssertRecoverSafe.html'
|
||
title='bitflags::__core::panic::AssertRecoverSafe'>AssertRecoverSafe</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab deprecated'>Deprecated</em>] [<em class='stab unstable'>Unstable</em>] <p>Deprecated, renamed to <code>AssertUnwindSafe</code></p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable module-item'>
|
||
<td><a class='struct' href='struct.Location.html'
|
||
title='bitflags::__core::panic::Location'>Location</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab unstable'>Unstable</em>] <p>A struct containing information about the location of a panic.</p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable module-item'>
|
||
<td><a class='struct' href='struct.PanicInfo.html'
|
||
title='bitflags::__core::panic::PanicInfo'>PanicInfo</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab unstable'>Unstable</em>] <p>A struct providing information about a panic.</p>
|
||
</td>
|
||
</tr></table><h2 id='traits' class='section-header'><a href="#traits">Traits</a></h2>
|
||
<table>
|
||
<tr class=' module-item'>
|
||
<td><a class='trait' href='trait.RefUnwindSafe.html'
|
||
title='bitflags::__core::panic::RefUnwindSafe'>RefUnwindSafe</a></td>
|
||
<td class='docblock short'>
|
||
<p>A marker trait representing types where a shared reference is considered
|
||
recover safe.</p>
|
||
</td>
|
||
</tr>
|
||
<tr class=' module-item'>
|
||
<td><a class='trait' href='trait.UnwindSafe.html'
|
||
title='bitflags::__core::panic::UnwindSafe'>UnwindSafe</a></td>
|
||
<td class='docblock short'>
|
||
<p>A marker trait which represents "panic safe" types in Rust.</p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable deprecated module-item'>
|
||
<td><a class='trait' href='trait.RecoverSafe.html'
|
||
title='bitflags::__core::panic::RecoverSafe'>RecoverSafe</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab deprecated'>Deprecated</em>] [<em class='stab unstable'>Unstable</em>] <p>Deprecated, renamed to UnwindSafe</p>
|
||
</td>
|
||
</tr></table><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2>
|
||
<table>
|
||
<tr class=' module-item'>
|
||
<td><a class='fn' href='fn.catch_unwind.html'
|
||
title='bitflags::__core::panic::catch_unwind'>catch_unwind</a></td>
|
||
<td class='docblock short'>
|
||
<p>Invokes a closure, capturing the cause of an unwinding panic if one occurs.</p>
|
||
</td>
|
||
</tr>
|
||
<tr class=' module-item'>
|
||
<td><a class='fn' href='fn.resume_unwind.html'
|
||
title='bitflags::__core::panic::resume_unwind'>resume_unwind</a></td>
|
||
<td class='docblock short'>
|
||
<p>Triggers a panic without invoking the panic handler.</p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable deprecated module-item'>
|
||
<td><a class='fn' href='fn.propagate.html'
|
||
title='bitflags::__core::panic::propagate'>propagate</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab deprecated'>Deprecated</em>] [<em class='stab unstable'>Unstable</em>] <p>Deprecated, use resume_unwind instead</p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable deprecated module-item'>
|
||
<td><a class='fn' href='fn.recover.html'
|
||
title='bitflags::__core::panic::recover'>recover</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab deprecated'>Deprecated</em>] [<em class='stab unstable'>Unstable</em>] <p>Deprecated, renamed to <code>catch_unwind</code></p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable deprecated module-item'>
|
||
<td><a class='fn' href='fn.set_handler.html'
|
||
title='bitflags::__core::panic::set_handler'>set_handler</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab deprecated'>Deprecated</em>] [<em class='stab unstable'>Unstable</em>]
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable module-item'>
|
||
<td><a class='fn' href='fn.set_hook.html'
|
||
title='bitflags::__core::panic::set_hook'>set_hook</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab unstable'>Unstable</em>] <p>Registers a custom panic hook, replacing any that was previously registered.</p>
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable deprecated module-item'>
|
||
<td><a class='fn' href='fn.take_handler.html'
|
||
title='bitflags::__core::panic::take_handler'>take_handler</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab deprecated'>Deprecated</em>] [<em class='stab unstable'>Unstable</em>]
|
||
</td>
|
||
</tr>
|
||
<tr class='unstable module-item'>
|
||
<td><a class='fn' href='fn.take_hook.html'
|
||
title='bitflags::__core::panic::take_hook'>take_hook</a></td>
|
||
<td class='docblock short'>
|
||
[<em class='stab unstable'>Unstable</em>] <p>Unregisters the current panic hook, returning it.</p>
|
||
</td>
|
||
</tr></table></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt>?</dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt>S</dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt>⇤</dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt>⇥</dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt>⏎</dt>
|
||
<dd>Go to active search result</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../../../";
|
||
window.currentCrate = "bitflags";
|
||
window.playgroundUrl = "";
|
||
</script>
|
||
<script src="../../../jquery.js"></script>
|
||
<script src="../../../main.js"></script>
|
||
|
||
<script defer src="../../../search-index.js"></script>
|
||
</body>
|
||
</html> |