142 lines
No EOL
7.3 KiB
HTML
142 lines
No EOL
7.3 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 `z_stream` struct in crate `libz_sys`.">
|
||
<meta name="keywords" content="rust, rustlang, rust-lang, z_stream">
|
||
|
||
<title>libz_sys::z_stream - Rust</title>
|
||
|
||
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
|
||
<link rel="stylesheet" type="text/css" href="../main.css">
|
||
|
||
|
||
|
||
|
||
</head>
|
||
<body class="rustdoc">
|
||
<!--[if lte IE 8]>
|
||
<div class="warning">
|
||
This old browser is unsupported and will most likely display funky
|
||
things.
|
||
</div>
|
||
<![endif]-->
|
||
|
||
|
||
|
||
<nav class="sidebar">
|
||
|
||
<p class='location'><a href='index.html'>libz_sys</a></p><script>window.sidebarCurrent = {name: 'z_stream', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
|
||
</nav>
|
||
|
||
<nav class="sub">
|
||
<form class="search-form js-only">
|
||
<div class="search-container">
|
||
<input class="search-input" name="search"
|
||
autocomplete="off"
|
||
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
|
||
type="search">
|
||
</div>
|
||
</form>
|
||
</nav>
|
||
|
||
<section id='main' class="content struct">
|
||
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>libz_sys</a>::<wbr><a class='struct' href=''>z_stream</a></span><span class='out-of-band'><span id='render-detail'>
|
||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||
[<span class='inner'>−</span>]
|
||
</a>
|
||
</span><a id='src-46' class='srclink' href='../src/libz_sys/lib.rs.html#46-61' title='goto source code'>[src]</a></span></h1>
|
||
<pre class='rust struct'>pub struct z_stream {
|
||
pub next_in: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.pointer.html'>*mut </a><a class='type' href='../libz_sys/type.Bytef.html' title='libz_sys::Bytef'>Bytef</a>,
|
||
pub avail_in: <a class='type' href='../libz_sys/type.uInt.html' title='libz_sys::uInt'>uInt</a>,
|
||
pub total_in: <a class='type' href='../libz_sys/type.uLong.html' title='libz_sys::uLong'>uLong</a>,
|
||
pub next_out: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.pointer.html'>*mut </a><a class='type' href='../libz_sys/type.Bytef.html' title='libz_sys::Bytef'>Bytef</a>,
|
||
pub avail_out: <a class='type' href='../libz_sys/type.uInt.html' title='libz_sys::uInt'>uInt</a>,
|
||
pub total_out: <a class='type' href='../libz_sys/type.uLong.html' title='libz_sys::uLong'>uLong</a>,
|
||
pub msg: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.pointer.html'>*mut </a><a class='type' href='../libc/unix/bsd/type.c_char.html' title='libc::unix::bsd::c_char'>c_char</a>,
|
||
pub state: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.pointer.html'>*mut </a><a class='enum' href='../libz_sys/enum.internal_state.html' title='libz_sys::internal_state'>internal_state</a>,
|
||
pub zalloc: <a class='type' href='../libz_sys/type.alloc_func.html' title='libz_sys::alloc_func'>alloc_func</a>,
|
||
pub zfree: <a class='type' href='../libz_sys/type.free_func.html' title='libz_sys::free_func'>free_func</a>,
|
||
pub opaque: <a class='type' href='../libz_sys/type.voidpf.html' title='libz_sys::voidpf'>voidpf</a>,
|
||
pub data_type: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a>,
|
||
pub adler: <a class='type' href='../libz_sys/type.uLong.html' title='libz_sys::uLong'>uLong</a>,
|
||
pub reserved: <a class='type' href='../libz_sys/type.uLong.html' title='libz_sys::uLong'>uLong</a>,
|
||
}</pre><h2 class='fields'>Fields</h2>
|
||
<table><tr class='stab '>
|
||
<td id='structfield.next_in'><code>next_in</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.avail_in'><code>avail_in</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.total_in'><code>total_in</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.next_out'><code>next_out</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.avail_out'><code>avail_out</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.total_out'><code>total_out</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.msg'><code>msg</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.state'><code>state</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.zalloc'><code>zalloc</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.zfree'><code>zfree</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.opaque'><code>opaque</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.data_type'><code>data_type</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.adler'><code>adler</code></td><td></td></tr><tr class='stab '>
|
||
<td id='structfield.reserved'><code>reserved</code></td><td></td></tr></table></section>
|
||
<section id='search' class="content hidden"></section>
|
||
|
||
<section class="footer"></section>
|
||
|
||
<aside id="help" class="hidden">
|
||
<div>
|
||
<h1 class="hidden">Help</h1>
|
||
|
||
<div class="shortcuts">
|
||
<h2>Keyboard Shortcuts</h2>
|
||
|
||
<dl>
|
||
<dt>?</dt>
|
||
<dd>Show this help dialog</dd>
|
||
<dt>S</dt>
|
||
<dd>Focus the search field</dd>
|
||
<dt>⇤</dt>
|
||
<dd>Move up in search results</dd>
|
||
<dt>⇥</dt>
|
||
<dd>Move down in search results</dd>
|
||
<dt>⏎</dt>
|
||
<dd>Go to active search result</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
<div class="infos">
|
||
<h2>Search Tricks</h2>
|
||
|
||
<p>
|
||
Prefix searches with a type followed by a colon (e.g.
|
||
<code>fn:</code>) to restrict the search to a given type.
|
||
</p>
|
||
|
||
<p>
|
||
Accepted types are: <code>fn</code>, <code>mod</code>,
|
||
<code>struct</code>, <code>enum</code>,
|
||
<code>trait</code>, <code>type</code>, <code>macro</code>,
|
||
and <code>const</code>.
|
||
</p>
|
||
|
||
<p>
|
||
Search functions by type signature (e.g.
|
||
<code>vec -> usize</code> or <code>* -> vec</code>)
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
|
||
<script>
|
||
window.rootPath = "../";
|
||
window.currentCrate = "libz_sys";
|
||
window.playgroundUrl = "";
|
||
</script>
|
||
<script src="../jquery.js"></script>
|
||
<script src="../main.js"></script>
|
||
|
||
<script defer src="../search-index.js"></script>
|
||
</body>
|
||
</html> |