24 lines
169 KiB
HTML
24 lines
169 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 `PyBaseExceptionObject` struct in crate `pyo3`."><meta name="keywords" content="rust, rustlang, rust-lang, PyBaseExceptionObject"><title>pyo3::ffi::PyBaseExceptionObject - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><script src="../../crates.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc struct"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu" role="button">☰</div><a href='../../pyo3/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Struct PyBaseExceptionObject</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.args">args</a><a href="#structfield.cause">cause</a><a href="#structfield.context">context</a><a href="#structfield.dict">dict</a><a href="#structfield.ob_base">ob_base</a><a href="#structfield.suppress_context">suppress_context</a><a href="#structfield.traceback">traceback</a></div><a class="sidebar-title" href="#trait-implementations">Trait Implementations</a><div class="sidebar-links"><a href="#impl-Debug">Debug</a><a href="#impl-PyLayout%3CCancelledError%3E">PyLayout<CancelledError></a><a href="#impl-PyLayout%3CIncompleteReadError%3E">PyLayout<IncompleteReadError></a><a href="#impl-PyLayout%3CInvalidStateError%3E">PyLayout<InvalidStateError></a><a href="#impl-PyLayout%3CLimitOverrunError%3E">PyLayout<LimitOverrunError></a><a href="#impl-PyLayout%3CPanicException%3E">PyLayout<PanicException></a><a href="#impl-PyLayout%3CPyArithmeticError%3E">PyLayout<PyArithmeticError></a><a href="#impl-PyLayout%3CPyAssertionError%3E">PyLayout<PyAssertionError></a><a href="#impl-PyLayout%3CPyAttributeError%3E">PyLayout<PyAttributeError></a><a href="#impl-PyLayout%3CPyBaseException%3E">PyLayout<PyBaseException></a><a href="#impl-PyLayout%3CPyBlockingIOError%3E">PyLayout<PyBlockingIOError></a><a href="#impl-PyLayout%3CPyBrokenPipeError%3E">PyLayout<PyBrokenPipeError></a><a href="#impl-PyLayout%3CPyBufferError%3E">PyLayout<PyBufferError></a><a href="#impl-PyLayout%3CPyChildProcessError%3E">PyLayout<PyChildProcessError></a><a href="#impl-PyLayout%3CPyConnectionAbortedError%3E">PyLayout<PyConnectionAbortedError></a><a href="#impl-PyLayout%3CPyConnectionError%3E">PyLayout<PyConnectionError></a><a href="#impl-PyLayout%3CPyConnectionRefusedError%3E">PyLayout<PyConnectionRefusedError></a><a href="#impl-PyLayout%3CPyConnectionResetError%3E">PyLayout<PyConnectionResetError></a><a href="#impl-PyLayout%3CPyEOFError%3E">PyLayout<PyEOFError></a><a href="#impl-PyLayout%3CPyEnvironmentError%3E">PyLayout<PyEnvironmentError></a><a href="#impl-PyLayout%3CPyException%3E">PyLayout<PyException></a><a href="#impl-PyLayout%3CPyFileExistsError%3E">PyLayout<PyFileExistsError></a><a href="#impl-PyLayout%3CPyFileNotFoundError%3E">PyLayout<PyFileNotFoundError></a><a href="#impl-PyLayout%3CPyFloatingPointError%3E">PyLayout<PyFloatingPointError></a><a href="#impl-PyLayout%3CPyGeneratorExit%3E">PyLayout<PyGeneratorExit></a><a href="#impl-PyLayout%3CPyIOError%3E">PyLayout<PyIOError></a><a href="#impl-PyLayout%3CPyImportError%3E">PyLayout<PyImportError></a><a href="#impl-PyLayout%3CPyIndexError%3E">PyLayout<PyIndexError></a><a href="#impl-PyLayout%3CPyInterruptedError%3E">PyLayout<PyInterruptedError></a><a href="#impl-PyLayout%3CPyIsADirectoryError%3E">PyLayout<PyIsADirectoryError></a><a href="#impl-PyLayout%3CPyKeyError%3E">PyLayout<PyKeyError></a><a href="#impl-PyLayout%3CPyKeyboardInterrupt%3E">PyLayout<PyKeyboardInterrupt></a><a href="#impl-PyLayout%3CPyLookupError%3E">PyLayout<PyLookupError></a><a href="#impl-PyLayout%3CPyMemoryError%3E">PyLayout<PyMemoryError></a><a href="#impl-PyLayout%3CPyModuleNotFoundError%3E">PyLayout<PyModuleNotFoundError></a><a href="#impl-PyLayout%3CPyNameError%3E">PyLayout<PyNameError></a><a href="#impl-PyLayout%3CPyNotADirectoryError%3E">PyLayout<PyNotADirectoryError></a><a href="#impl-PyLayout%3CPyNotImplementedError%3E">PyLayout<PyNotImplementedError></a><a href="#impl-PyLayout%3CPyOverflowError%3E">PyLayout<PyOverflowError></a><a href="#impl-PyLayout%3CPyPermissionError%3E">PyLayout<PyPermissionError></a><a href="#impl-PyLayout%3CPyProcessLookupError%3E">PyLayout<PyProcessLookupError></a><a href="#impl-PyLayout%3CPyRecursionError%3E">PyLayout<PyRecursionError></a><a href="#impl-PyLayout%3CPyReferenceError%3E">PyLayout<PyReferenceError></a><a href="#impl-PyLayout%3CPyRuntimeError%3E">PyLayout<PyRuntimeError></a><a href="#impl-PyLayout%3CPyStopAsyncIteration%3E">PyLayout<PyStopAsyncIteration></a><a href="#impl-PyLayout%3CPySystemError%3E">PyLayout<PySystemError></a><a href="#impl-PyLayout%3CPyTimeoutError%3E">PyLayout<PyTimeoutError></a><a href="#impl-PyLayout%3CPyTypeError%3E">PyLayout<PyTypeError></a><a href="#impl-PyLayout%3CPyUnboundLocalError%3E">PyLayout<PyUnboundLocalError></a><a href="#impl-PyLayout%3CPyUnicodeDecodeError%3E">PyLayout<PyUnicodeDecodeError></a><a href="#impl-PyLayout%3CPyUnicodeEncodeError%3E">PyLayout<PyUnicodeEncodeError></a><a href="#impl-PyLayout%3CPyUnicodeTranslateError%3E">PyLayout<PyUnicodeTranslateError></a><a href="#impl-PyLayout%3CPyValueError%3E">PyLayout<PyValueError></a><a href="#impl-PyLayout%3CPyZeroDivisionError%3E">PyLayout<PyZeroDivisionError></a><a href="#impl-PyLayout%3CQueueEmpty%3E">PyLayout<QueueEmpty></a><a href="#impl-PyLayout%3CQueueFull%3E">PyLayout<QueueFull></a><a href="#impl-PyLayout%3CTimeoutError%3E">PyLayout<TimeoutError></a><a href="#impl-PyLayout%3Cgaierror%3E">PyLayout<gaierror></a><a href="#impl-PyLayout%3Cherror%3E">PyLayout<herror></a><a href="#impl-PyLayout%3Ctimeout%3E">PyLayout<timeout></a><a href="#impl-PySizedLayout%3CPyBaseException%3E">PySizedLayout<PyBaseException></a></div><a class="sidebar-title" href="#synthetic-implementations">Auto Trait Implementations</a><div class="sidebar-links"><a href="#impl-RefUnwindSafe">RefUnwindSafe</a><a href="#impl-Send">!Send</a><a href="#impl-Sync">!Sync</a><a href="#impl-Unpin">Unpin</a><a href="#impl-UnwindSafe">UnwindSafe</a></div><a class="sidebar-title" href="#blanket-implementations">Blanket Implementations</a><div class="sidebar-links"><a href="#impl-Any">Any</a><a href="#impl-Borrow%3CT%3E">Borrow<T></a><a href="#impl-BorrowMut%3CT%3E">BorrowMut<T></a><a href="#impl-From%3CT%3E">From<T></a><a href="#impl-Into%3CU%3E">Into<U></a><a href="#impl-TryFrom%3CU%3E">TryFrom<U></a><a href="#impl-TryInto%3CU%3E">TryInto<U></a></div></div><p class="location"><a href="../index.html">pyo3</a>::<wbr><a href="index.html">ffi</a></p><div id="sidebar-vars" data-name="PyBaseExceptionObject" data-ty="struct" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" height="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" height="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Struct <a href="../index.html">pyo3</a>::<wbr><a href="index.html">ffi</a>::<wbr><a class="struct" href="">PyBaseExceptionObject</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 class="srclink" href="../../src/pyo3/ffi/pyerrors.rs.html#11-19" title="goto source code">[src]</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class="rust struct"><span class="docblock attributes top-attr">#[repr(C)]</span>pub struct PyBaseExceptionObject {
|
||
pub ob_base: <a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
||
pub dict: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
||
pub args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
||
pub traceback: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
||
pub context: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
||
pub cause: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a>,
|
||
pub suppress_context: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.char.html">char</a>,
|
||
}</pre></div><h2 id="fields" class="fields small-section-header">
|
||
Fields<a href="#fields" class="anchor"></a></h2><span id="structfield.ob_base" class="structfield small-section-header"><a href="#structfield.ob_base" class="anchor field"></a><code>ob_base: <a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.dict" class="structfield small-section-header"><a href="#structfield.dict" class="anchor field"></a><code>dict: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.args" class="structfield small-section-header"><a href="#structfield.args" class="anchor field"></a><code>args: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.traceback" class="structfield small-section-header"><a href="#structfield.traceback" class="anchor field"></a><code>traceback: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.context" class="structfield small-section-header"><a href="#structfield.context" class="anchor field"></a><code>context: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.cause" class="structfield small-section-header"><a href="#structfield.cause" class="anchor field"></a><code>cause: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../../pyo3/ffi/struct.PyObject.html" title="struct pyo3::ffi::PyObject">PyObject</a></code></span><span id="structfield.suppress_context" class="structfield small-section-header"><a href="#structfield.suppress_context" class="anchor field"></a><code>suppress_context: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.char.html">char</a></code></span><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor"></a></h2><div id="trait-implementations-list"><h3 id="impl-Debug" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-Debug" class="anchor"></a><a class="srclink" href="../../src/pyo3/ffi/pyerrors.rs.html#10" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.fmt" class="method hidden"><code>fn <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt" class="fnname">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code><a class="srclink" href="../../src/pyo3/ffi/pyerrors.rs.html#10" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
|
||
</div></div><h3 id="impl-PyLayout%3CCancelledError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/asyncio/struct.CancelledError.html" title="struct pyo3::exceptions::asyncio::CancelledError">CancelledError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CCancelledError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#419" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-48" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-48" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-48" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-48" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CIncompleteReadError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/asyncio/struct.IncompleteReadError.html" title="struct pyo3::exceptions::asyncio::IncompleteReadError">IncompleteReadError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CIncompleteReadError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#422" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-51" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-51" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-51" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-51" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CInvalidStateError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/asyncio/struct.InvalidStateError.html" title="struct pyo3::exceptions::asyncio::InvalidStateError">InvalidStateError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CInvalidStateError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#420" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-49" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-49" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-49" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-49" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CLimitOverrunError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/asyncio/struct.LimitOverrunError.html" title="struct pyo3::exceptions::asyncio::LimitOverrunError">LimitOverrunError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CLimitOverrunError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#423" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-52" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-52" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-52" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-52" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPanicException%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/panic/struct.PanicException.html" title="struct pyo3::panic::PanicException">PanicException</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPanicException%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/panic.rs.html#3-13" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-58" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-58" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-58" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-58" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyArithmeticError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyArithmeticError.html" title="struct pyo3::exceptions::PyArithmeticError">PyArithmeticError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyArithmeticError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#240" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-4" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-4" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-4" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-4" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyAssertionError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyAssertionError.html" title="struct pyo3::exceptions::PyAssertionError">PyAssertionError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyAssertionError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#243" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-6" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-6" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-6" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-6" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyAttributeError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyAttributeError.html" title="struct pyo3::exceptions::PyAttributeError">PyAttributeError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyAttributeError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#244" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-7" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-7" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-7" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-7" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyBaseException%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyBaseException.html" title="struct pyo3::exceptions::PyBaseException">PyBaseException</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyBaseException%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#226" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyBlockingIOError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyBlockingIOError.html" title="struct pyo3::exceptions::PyBlockingIOError">PyBlockingIOError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyBlockingIOError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#326" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-31" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-31" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-31" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-31" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyBrokenPipeError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyBrokenPipeError.html" title="struct pyo3::exceptions::PyBrokenPipeError">PyBrokenPipeError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyBrokenPipeError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#327" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-32" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-32" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-32" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-32" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyBufferError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyBufferError.html" title="struct pyo3::exceptions::PyBufferError">PyBufferError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyBufferError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#245" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-8" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-8" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-8" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-8" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyChildProcessError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyChildProcessError.html" title="struct pyo3::exceptions::PyChildProcessError">PyChildProcessError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyChildProcessError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#328-332" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-33" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-33" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-33" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-33" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyConnectionAbortedError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyConnectionAbortedError.html" title="struct pyo3::exceptions::PyConnectionAbortedError">PyConnectionAbortedError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyConnectionAbortedError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#334-338" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-35" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-35" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-35" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-35" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyConnectionError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyConnectionError.html" title="struct pyo3::exceptions::PyConnectionError">PyConnectionError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyConnectionError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#333" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-34" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-34" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-34" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-34" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyConnectionRefusedError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyConnectionRefusedError.html" title="struct pyo3::exceptions::PyConnectionRefusedError">PyConnectionRefusedError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyConnectionRefusedError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#339-343" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-36" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-36" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-36" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-36" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyConnectionResetError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyConnectionResetError.html" title="struct pyo3::exceptions::PyConnectionResetError">PyConnectionResetError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyConnectionResetError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#344-348" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-37" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-37" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-37" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-37" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyEOFError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyEOFError.html" title="struct pyo3::exceptions::PyEOFError">PyEOFError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyEOFError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#246" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-9" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-9" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-9" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-9" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyEnvironmentError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyEnvironmentError.html" title="struct pyo3::exceptions::PyEnvironmentError">PyEnvironmentError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyEnvironmentError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#375" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-46" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-46" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-46" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-46" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyException%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyException.html" title="struct pyo3::exceptions::PyException">PyException</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyException%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#227" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-1" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-1" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-1" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-1" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyFileExistsError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyFileExistsError.html" title="struct pyo3::exceptions::PyFileExistsError">PyFileExistsError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyFileExistsError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#349" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-38" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-38" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-38" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-38" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyFileNotFoundError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyFileNotFoundError.html" title="struct pyo3::exceptions::PyFileNotFoundError">PyFileNotFoundError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyFileNotFoundError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#350-354" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-39" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-39" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-39" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-39" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyFloatingPointError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyFloatingPointError.html" title="struct pyo3::exceptions::PyFloatingPointError">PyFloatingPointError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyFloatingPointError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#247-251" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-10" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-10" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-10" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-10" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyGeneratorExit%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyGeneratorExit.html" title="struct pyo3::exceptions::PyGeneratorExit">PyGeneratorExit</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyGeneratorExit%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#239" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-3" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-3" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-3" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-3" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyIOError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyIOError.html" title="struct pyo3::exceptions::PyIOError">PyIOError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyIOError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#377" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-47" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-47" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-47" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-47" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyImportError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyImportError.html" title="struct pyo3::exceptions::PyImportError">PyImportError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyImportError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#253" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-11" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-11" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-11" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-11" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyIndexError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyIndexError.html" title="struct pyo3::exceptions::PyIndexError">PyIndexError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyIndexError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#261" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-13" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-13" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-13" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-13" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyInterruptedError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyInterruptedError.html" title="struct pyo3::exceptions::PyInterruptedError">PyInterruptedError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyInterruptedError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#355" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-40" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-40" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-40" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-40" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyIsADirectoryError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyIsADirectoryError.html" title="struct pyo3::exceptions::PyIsADirectoryError">PyIsADirectoryError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyIsADirectoryError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#356-360" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-41" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-41" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-41" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-41" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyKeyError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyKeyError.html" title="struct pyo3::exceptions::PyKeyError">PyKeyError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyKeyError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#262" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-14" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-14" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-14" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-14" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyKeyboardInterrupt%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyKeyboardInterrupt.html" title="struct pyo3::exceptions::PyKeyboardInterrupt">PyKeyboardInterrupt</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyKeyboardInterrupt%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#263-267" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-15" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-15" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-15" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-15" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyLookupError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyLookupError.html" title="struct pyo3::exceptions::PyLookupError">PyLookupError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyLookupError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#241" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-5" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-5" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-5" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-5" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyMemoryError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyMemoryError.html" title="struct pyo3::exceptions::PyMemoryError">PyMemoryError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyMemoryError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#268" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-16" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-16" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-16" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-16" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyModuleNotFoundError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyModuleNotFoundError.html" title="struct pyo3::exceptions::PyModuleNotFoundError">PyModuleNotFoundError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyModuleNotFoundError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#255-259" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-12" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-12" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-12" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-12" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyNameError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyNameError.html" title="struct pyo3::exceptions::PyNameError">PyNameError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyNameError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#269" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-17" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-17" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-17" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-17" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyNotADirectoryError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyNotADirectoryError.html" title="struct pyo3::exceptions::PyNotADirectoryError">PyNotADirectoryError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyNotADirectoryError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#361-365" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-42" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-42" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-42" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-42" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyNotImplementedError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyNotImplementedError.html" title="struct pyo3::exceptions::PyNotImplementedError">PyNotImplementedError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyNotImplementedError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#273-277" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-21" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-21" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-21" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-21" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyOverflowError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyOverflowError.html" title="struct pyo3::exceptions::PyOverflowError">PyOverflowError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyOverflowError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#270" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-18" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-18" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-18" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-18" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyPermissionError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyPermissionError.html" title="struct pyo3::exceptions::PyPermissionError">PyPermissionError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyPermissionError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#366" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-43" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-43" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-43" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-43" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyProcessLookupError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyProcessLookupError.html" title="struct pyo3::exceptions::PyProcessLookupError">PyProcessLookupError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyProcessLookupError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#367-371" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-44" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-44" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-44" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-44" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyRecursionError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyRecursionError.html" title="struct pyo3::exceptions::PyRecursionError">PyRecursionError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyRecursionError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#272" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-20" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-20" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-20" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-20" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyReferenceError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyReferenceError.html" title="struct pyo3::exceptions::PyReferenceError">PyReferenceError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyReferenceError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#284" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-22" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-22" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-22" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-22" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyRuntimeError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyRuntimeError.html" title="struct pyo3::exceptions::PyRuntimeError">PyRuntimeError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyRuntimeError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#271" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-19" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-19" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-19" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-19" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyStopAsyncIteration%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyStopAsyncIteration.html" title="struct pyo3::exceptions::PyStopAsyncIteration">PyStopAsyncIteration</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyStopAsyncIteration%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#228-232" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-2" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-2" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-2" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-2" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPySystemError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PySystemError.html" title="struct pyo3::exceptions::PySystemError">PySystemError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPySystemError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#285" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-23" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-23" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-23" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-23" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyTimeoutError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyTimeoutError.html" title="struct pyo3::exceptions::PyTimeoutError">PyTimeoutError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyTimeoutError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#372" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-45" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-45" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-45" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-45" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyTypeError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyTypeError.html" title="struct pyo3::exceptions::PyTypeError">PyTypeError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyTypeError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#292" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-24" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-24" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-24" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-24" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyUnboundLocalError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyUnboundLocalError.html" title="struct pyo3::exceptions::PyUnboundLocalError">PyUnboundLocalError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyUnboundLocalError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#293-297" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-25" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-25" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-25" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-25" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyUnicodeDecodeError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyUnicodeDecodeError.html" title="struct pyo3::exceptions::PyUnicodeDecodeError">PyUnicodeDecodeError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyUnicodeDecodeError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#304-308" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-26" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-26" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-26" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-26" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyUnicodeEncodeError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyUnicodeEncodeError.html" title="struct pyo3::exceptions::PyUnicodeEncodeError">PyUnicodeEncodeError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyUnicodeEncodeError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#309-313" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-27" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-27" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-27" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-27" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyUnicodeTranslateError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyUnicodeTranslateError.html" title="struct pyo3::exceptions::PyUnicodeTranslateError">PyUnicodeTranslateError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyUnicodeTranslateError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#314-318" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-28" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-28" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-28" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-28" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyValueError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyValueError.html" title="struct pyo3::exceptions::PyValueError">PyValueError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyValueError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#319" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-29" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-29" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-29" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-29" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CPyZeroDivisionError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyZeroDivisionError.html" title="struct pyo3::exceptions::PyZeroDivisionError">PyZeroDivisionError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CPyZeroDivisionError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#320-324" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-30" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-30" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-30" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-30" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CQueueEmpty%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/asyncio/struct.QueueEmpty.html" title="struct pyo3::exceptions::asyncio::QueueEmpty">QueueEmpty</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CQueueEmpty%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#424" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-53" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-53" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-53" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-53" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CQueueFull%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/asyncio/struct.QueueFull.html" title="struct pyo3::exceptions::asyncio::QueueFull">QueueFull</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CQueueFull%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#425" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-54" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-54" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-54" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-54" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3CTimeoutError%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/asyncio/struct.TimeoutError.html" title="struct pyo3::exceptions::asyncio::TimeoutError">TimeoutError</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3CTimeoutError%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#421" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-50" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-50" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-50" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-50" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3Cgaierror%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/socket/struct.gaierror.html" title="struct pyo3::exceptions::socket::gaierror">gaierror</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3Cgaierror%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#431" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-56" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-56" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-56" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-56" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3Cherror%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/socket/struct.herror.html" title="struct pyo3::exceptions::socket::herror">herror</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3Cherror%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#430" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-55" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-55" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-55" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-55" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PyLayout%3Ctimeout%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PyLayout.html" title="trait pyo3::type_object::PyLayout">PyLayout</a><<a class="struct" href="../../pyo3/exceptions/socket/struct.timeout.html" title="struct pyo3::exceptions::socket::timeout">timeout</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PyLayout%3Ctimeout%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#432" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedconstant.IS_NATIVE_TYPE-57" class="associatedconstant hidden"><code>const <a href="../../pyo3/type_object/trait.PyLayout.html#associatedconstant.IS_NATIVE_TYPE" class="constant"><b>IS_NATIVE_TYPE</b></a>: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#19" title="goto source code">[src]</a></h4><h4 id="method.get_super-57" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.get_super" class="fnname">get_super</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&mut T::<a class="type" href="../../pyo3/type_object/trait.PyTypeInfo.html#associatedtype.BaseLayout" title="type pyo3::type_object::PyTypeInfo::BaseLayout">BaseLayout</a>></code><a class="srclink" href="../../src/pyo3/type_object.rs.html#20-22" title="goto source code">[src]</a></h4><h4 id="method.py_init-57" class="method hidden"><code>fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_init" class="fnname">py_init</a>(&mut self, _value: T)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#23" title="goto source code">[src]</a></h4><h4 id="method.py_drop-57" class="method hidden"><code>unsafe fn <a href="../../pyo3/type_object/trait.PyLayout.html#method.py_drop" class="fnname">py_drop</a>(&mut self, _py: <a class="struct" href="../../pyo3/prelude/struct.Python.html" title="struct pyo3::prelude::Python">Python</a><'_>)</code><a class="srclink" href="../../src/pyo3/type_object.rs.html#24" title="goto source code">[src]</a></h4></div><h3 id="impl-PySizedLayout%3CPyBaseException%3E" class="impl"><code class="in-band">impl <a class="trait" href="../../pyo3/type_object/trait.PySizedLayout.html" title="trait pyo3::type_object::PySizedLayout">PySizedLayout</a><<a class="struct" href="../../pyo3/exceptions/struct.PyBaseException.html" title="struct pyo3::exceptions::PyBaseException">PyBaseException</a>> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-PySizedLayout%3CPyBaseException%3E" class="anchor"></a><a class="srclink" href="../../src/pyo3/exceptions.rs.html#224" title="goto source code">[src]</a></h3><div class="impl-items"></div></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor"></a></h2><div id="synthetic-implementations-list"><h3 id="impl-RefUnwindSafe" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html" title="trait std::panic::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-RefUnwindSafe" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-Send" class="impl"><code class="in-band">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-Send" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-Sync" class="impl"><code class="in-band">impl !<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-Sync" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-Unpin" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-Unpin" class="anchor"></a></h3><div class="impl-items"></div><h3 id="impl-UnwindSafe" class="impl"><code class="in-band">impl <a class="trait" href="https://doc.rust-lang.org/nightly/std/panic/trait.UnwindSafe.html" title="trait std::panic::UnwindSafe">UnwindSafe</a> for <a class="struct" href="../../pyo3/ffi/struct.PyBaseExceptionObject.html" title="struct pyo3::ffi::PyBaseExceptionObject">PyBaseExceptionObject</a></code><a href="#impl-UnwindSafe" class="anchor"></a></h3><div class="impl-items"></div></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor"></a></h2><div id="blanket-implementations-list"><h3 id="impl-Any" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T <span class="where fmt-newline">where<br> T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href="#impl-Any" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#131-135" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.type_id" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id" class="fnname">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#132" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
|
||
</div></div><h3 id="impl-Borrow%3CT%3E" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href="#impl-Borrow%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#208-213" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.borrow" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow" class="fnname">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#210" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
|
||
</div></div><h3 id="impl-BorrowMut%3CT%3E" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <span class="where fmt-newline">where<br> T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, </span></code><a href="#impl-BorrowMut%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#216-220" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.borrow_mut" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fnname">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#217" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
|
||
</div></div><h3 id="impl-From%3CT%3E" class="impl"><code class="in-band">impl<T> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> for T</code><a href="#impl-From%3CT%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#544-548" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.from" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fnname">from</a>(t: T) -> T</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#545" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id="impl-Into%3CU%3E" class="impl"><code class="in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>, </span></code><a href="#impl-Into%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#533-540" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="method.into" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into" class="fnname">into</a>(self) -> U</code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#537" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id="impl-TryFrom%3CU%3E" class="impl"><code class="in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>, </span></code><a href="#impl-TryFrom%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#581-590" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.Error" class="type"><code>type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" class="type">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div><h4 id="method.try_from" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from" class="fnname">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#587" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div><h3 id="impl-TryInto%3CU%3E" class="impl"><code class="in-band">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T <span class="where fmt-newline">where<br> U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><a href="#impl-TryInto%3CU%3E" class="anchor"></a><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#567-576" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.Error-1" class="type"><code>type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error" class="type">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></code></h4><div class='docblock'><p>The type returned in the event of a conversion error.</p>
|
||
</div><h4 id="method.try_into" class="method hidden"><code>pub fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into" class="fnname">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="type" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></code><a class="srclink" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#573" title="goto source code">[src]</a></h4><div class='docblock hidden'><p>Performs the conversion.</p>
|
||
</div></div></div></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="pyo3" data-search-js="../../search-index.js"></div>
|
||
<script src="../../main.js"></script></body></html> |