Files
rapr-rs/docs/openssl/stack/trait.Stackable.html
T
2021-03-14 20:06:11 +00:00

11 lines
10 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 `Stackable` trait in crate `openssl`."><meta name="keywords" content="rust, rustlang, rust-lang, Stackable"><title>openssl::stack::Stackable - 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><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 trait"><!--[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">&#9776;</div><a href='../../openssl/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Trait Stackable</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#associated-types">Associated Types</a><div class="sidebar-links"><a href="#associatedtype.StackType">StackType</a></div><a class="sidebar-title" href="#implementors">Implementors</a></div><p class="location"><a href="../index.html">openssl</a>::<wbr><a href="index.html">stack</a></p><script>window.sidebarCurrent = {name: "Stackable", ty: "trait", relpath: ""};</script><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" 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" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><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">&#x2212;</span>]</a></span><a class="srclink" href="../../src/openssl/stack.rs.html#34-40" title="goto source code">[src]</a></span><span class="in-band">Trait <a href="../index.html">openssl</a>::<wbr><a href="index.html">stack</a>::<wbr><a class="trait" href="">Stackable</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class="rust trait">pub trait Stackable: <a class="trait" href="../../foreign_types_shared/trait.ForeignType.html" title="trait foreign_types_shared::ForeignType">ForeignType</a> {
type <a href="#associatedtype.StackType" class="type">StackType</a>;
}</pre></div><div class="docblock"><p>Trait implemented by types which can be placed in a stack.</p>
<p>It should not be implemented for any type outside of this crate.</p>
</div><h2 id="associated-types" class="small-section-header">Associated Types<a href="#associated-types" class="anchor"></a></h2><div class="methods"><h3 id="associatedtype.StackType" class="method"><code>type <a href="#associatedtype.StackType" class="type">StackType</a></code><a class="srclink" href="../../src/openssl/stack.rs.html#39" title="goto source code">[src]</a></h3><div class="docblock"><p>The C stack type for this element.</p>
<p>Generally called <code>stack_st_{ELEMENT_TYPE}</code>, normally hidden by the
<code>STACK_OF(ELEMENT_TYPE)</code> macro in the OpenSSL API.</p>
</div></div><span class="loading-content">Loading content...</span><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor"></a></h2><div class="item-list" id="implementors-list"><h3 id="impl-Stackable" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/srtp/struct.SrtpProtectionProfile.html" title="struct openssl::srtp::SrtpProtectionProfile">SrtpProtectionProfile</a></code><a href="#impl-Stackable" class="anchor"></a><a class="srclink" href="../../src/openssl/srtp.rs.html#20-22" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-1" class="type"><code>type <a href="#associatedtype.StackType-1" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/ssl/enum.stack_st_SRTP_PROTECTION_PROFILE.html" title="enum openssl_sys::ssl::stack_st_SRTP_PROTECTION_PROFILE">stack_st_SRTP_PROTECTION_PROFILE</a></code></h4></div><h3 id="impl-Stackable-1" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/string/struct.OpensslString.html" title="struct openssl::string::OpensslString">OpensslString</a></code><a href="#impl-Stackable-1" class="anchor"></a><a class="srclink" href="../../src/openssl/string.rs.html#31-33" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-2" class="type"><code>type <a href="#associatedtype.StackType-2" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/safestack/enum.stack_st_OPENSSL_STRING.html" title="enum openssl_sys::safestack::stack_st_OPENSSL_STRING">stack_st_OPENSSL_STRING</a></code></h4></div><h3 id="impl-Stackable-2" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/x509/struct.AccessDescription.html" title="struct openssl::x509::AccessDescription">AccessDescription</a></code><a href="#impl-Stackable-2" class="anchor"></a><a class="srclink" href="../../src/openssl/x509/mod.rs.html#1460-1462" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-3" class="type"><code>type <a href="#associatedtype.StackType-3" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/x509v3/enum.stack_st_ACCESS_DESCRIPTION.html" title="enum openssl_sys::x509v3::stack_st_ACCESS_DESCRIPTION">stack_st_ACCESS_DESCRIPTION</a></code></h4></div><h3 id="impl-Stackable-3" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/x509/struct.GeneralName.html" title="struct openssl::x509::GeneralName">GeneralName</a></code><a href="#impl-Stackable-3" class="anchor"></a><a class="srclink" href="../../src/openssl/x509/mod.rs.html#1434-1436" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-4" class="type"><code>type <a href="#associatedtype.StackType-4" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/x509v3/enum.stack_st_GENERAL_NAME.html" title="enum openssl_sys::x509v3::stack_st_GENERAL_NAME">stack_st_GENERAL_NAME</a></code></h4></div><h3 id="impl-Stackable-4" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/x509/struct.X509.html" title="struct openssl::x509::X509">X509</a></code><a href="#impl-Stackable-4" class="anchor"></a><a class="srclink" href="../../src/openssl/x509/mod.rs.html#733-735" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-5" class="type"><code>type <a href="#associatedtype.StackType-5" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/x509/enum.stack_st_X509.html" title="enum openssl_sys::x509::stack_st_X509">stack_st_X509</a></code></h4></div><h3 id="impl-Stackable-5" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/x509/struct.X509Extension.html" title="struct openssl::x509::X509Extension">X509Extension</a></code><a href="#impl-Stackable-5" class="anchor"></a><a class="srclink" href="../../src/openssl/x509/mod.rs.html#756-758" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-6" class="type"><code>type <a href="#associatedtype.StackType-6" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/x509/enum.stack_st_X509_EXTENSION.html" title="enum openssl_sys::x509::stack_st_X509_EXTENSION">stack_st_X509_EXTENSION</a></code></h4></div><h3 id="impl-Stackable-6" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/x509/struct.X509Name.html" title="struct openssl::x509::X509Name">X509Name</a></code><a href="#impl-Stackable-6" class="anchor"></a><a class="srclink" href="../../src/openssl/x509/mod.rs.html#952-954" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-7" class="type"><code>type <a href="#associatedtype.StackType-7" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/x509/enum.stack_st_X509_NAME.html" title="enum openssl_sys::x509::stack_st_X509_NAME">stack_st_X509_NAME</a></code></h4></div><h3 id="impl-Stackable-7" class="impl"><code class="in-band">impl Stackable for <a class="struct" href="../../openssl/x509/struct.X509Object.html" title="struct openssl::x509::X509Object">X509Object</a></code><a href="#impl-Stackable-7" class="anchor"></a><a class="srclink" href="../../src/openssl/x509/mod.rs.html#1504-1506" title="goto source code">[src]</a></h3><div class="impl-items"><h4 id="associatedtype.StackType-8" class="type"><code>type <a href="#associatedtype.StackType-8" class="type">StackType</a> = <a class="enum" href="../../openssl_sys/x509/enum.stack_st_X509_OBJECT.html" title="enum openssl_sys::x509::stack_st_X509_OBJECT">stack_st_X509_OBJECT</a></code></h4></div></div><span class="loading-content">Loading content...</span><script type="text/javascript" src="../../implementors/openssl/stack/trait.Stackable.js" async></script></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../../";window.currentCrate = "openssl";</script><script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>