Files
rust-gpu/api/object/read/enum.File.html
2026-04-13 16:52:47 +00:00

77 lines
69 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="An object file that can be any supported file format."><title>File in object::read - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-17e0aaed.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="object" data-themes="" data-resource-suffix="" data-rustdoc-version="1.96.0-nightly (02c7f9bec 2026-04-10)" data-channel="nightly" data-search-js="search-b5634cc7.js" data-stringdex-js="stringdex-2da4960a.js" data-settings-js="settings-170eb4bf.js" ><script src="../../static.files/storage-41dd4d93.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-5013f961.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-f7c3ffd8.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc enum"><a class="skip-main-content" href="#main-content">Skip to main content</a><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">File</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../object/index.html">object</a><span class="version">0.37.3</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">File</a></h2><h3><a href="#variants">Variants</a></h3><ul class="block variant"><li><a href="#variant.Coff" title="Coff">Coff</a></li><li><a href="#variant.CoffBig" title="CoffBig">CoffBig</a></li><li><a href="#variant.Elf32" title="Elf32">Elf32</a></li><li><a href="#variant.Elf64" title="Elf64">Elf64</a></li><li><a href="#variant.MachO32" title="MachO32">MachO32</a></li><li><a href="#variant.MachO64" title="MachO64">MachO64</a></li><li><a href="#variant.Pe32" title="Pe32">Pe32</a></li><li><a href="#variant.Pe64" title="Pe64">Pe64</a></li><li><a href="#variant.Wasm" title="Wasm">Wasm</a></li><li><a href="#variant.Xcoff32" title="Xcoff32">Xcoff32</a></li><li><a href="#variant.Xcoff64" title="Xcoff64">Xcoff64</a></li></ul><h3><a href="#implementations">Associated Functions</a></h3><ul class="block method"><li><a href="#method.parse" title="parse">parse</a></li><li><a href="#method.parse_dyld_cache_image" title="parse_dyld_cache_image">parse_dyld_cache_image</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.format" title="format">format</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Debug-for-File%3C'data,+R%3E" title="Debug">Debug</a></li><li><a href="#impl-Object%3C'data%3E-for-File%3C'data,+R%3E" title="Object&#60;&#39;data&#62;">Object&#60;&#39;data&#62;</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-File%3C'data,+R%3E" title="Freeze">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-File%3C'data,+R%3E" title="RefUnwindSafe">RefUnwindSafe</a></li><li><a href="#impl-Send-for-File%3C'data,+R%3E" title="Send">Send</a></li><li><a href="#impl-Sync-for-File%3C'data,+R%3E" title="Sync">Sync</a></li><li><a href="#impl-Unpin-for-File%3C'data,+R%3E" title="Unpin">Unpin</a></li><li><a href="#impl-UnsafeUnpin-for-File%3C'data,+R%3E" title="UnsafeUnpin">UnsafeUnpin</a></li><li><a href="#impl-UnwindSafe-for-File%3C'data,+R%3E" title="UnwindSafe">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Any-for-T" title="Any">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T" title="Borrow&#60;T&#62;">Borrow&#60;T&#62;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T" title="BorrowMut&#60;T&#62;">BorrowMut&#60;T&#62;</a></li><li><a href="#impl-From%3CT%3E-for-T" title="From&#60;T&#62;">From&#60;T&#62;</a></li><li><a href="#impl-Into%3CU%3E-for-T" title="Into&#60;U&#62;">Into&#60;U&#62;</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T" title="TryFrom&#60;U&#62;">TryFrom&#60;U&#62;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T" title="TryInto&#60;U&#62;">TryInto&#60;U&#62;</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="index.html">In object::<wbr>read</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content" tabindex="-1"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">object</a>::<wbr><a href="index.html">read</a></div><h1>Enum <span class="enum">File</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/object/read/any.rs.html#213-236">Source</a> </span></div><pre class="rust item-decl"><code><div class="code-attribute">#[non_exhaustive]</div>pub enum File&lt;'data, R: <a class="trait" href="trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a>&lt;'data&gt; = &amp;'data [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]&gt; {
Coff(<a class="struct" href="coff/struct.CoffFile.html" title="struct object::read::coff::CoffFile">CoffFile</a>&lt;'data, R&gt;),
CoffBig(<a class="type" href="coff/type.CoffBigFile.html" title="type object::read::coff::CoffBigFile">CoffBigFile</a>&lt;'data, R&gt;),
Elf32(<a class="type" href="elf/type.ElfFile32.html" title="type object::read::elf::ElfFile32">ElfFile32</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;),
Elf64(<a class="type" href="elf/type.ElfFile64.html" title="type object::read::elf::ElfFile64">ElfFile64</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;),
MachO32(<a class="type" href="macho/type.MachOFile32.html" title="type object::read::macho::MachOFile32">MachOFile32</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;),
MachO64(<a class="type" href="macho/type.MachOFile64.html" title="type object::read::macho::MachOFile64">MachOFile64</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;),
Pe32(<a class="type" href="pe/type.PeFile32.html" title="type object::read::pe::PeFile32">PeFile32</a>&lt;'data, R&gt;),
Pe64(<a class="type" href="pe/type.PeFile64.html" title="type object::read::pe::PeFile64">PeFile64</a>&lt;'data, R&gt;),
Wasm(<a class="struct" href="wasm/struct.WasmFile.html" title="struct object::read::wasm::WasmFile">WasmFile</a>&lt;'data, R&gt;),
Xcoff32(<a class="type" href="xcoff/type.XcoffFile32.html" title="type object::read::xcoff::XcoffFile32">XcoffFile32</a>&lt;'data, R&gt;),
Xcoff64(<a class="type" href="xcoff/type.XcoffFile64.html" title="type object::read::xcoff::XcoffFile64">XcoffFile64</a>&lt;'data, R&gt;),
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>An object file that can be any supported file format.</p>
<p>Most functionality is provided by the <a href="trait.Object.html" title="trait object::read::Object"><code>Object</code></a> trait implementation.</p>
</div></details><h2 id="variants" class="variants section-header">Variants (Non-exhaustive)<a href="#variants" class="anchor">§</a></h2><details class="toggle non-exhaustive"><summary class="hideme"><span>This enum is marked as non-exhaustive</span></summary><div class="docblock">Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.</div></details><div class="variants"><section id="variant.Coff" class="variant"><a href="#variant.Coff" class="anchor">§</a><h3 class="code-header">Coff(<a class="struct" href="coff/struct.CoffFile.html" title="struct object::read::coff::CoffFile">CoffFile</a>&lt;'data, R&gt;)</h3></section><section id="variant.CoffBig" class="variant"><a href="#variant.CoffBig" class="anchor">§</a><h3 class="code-header">CoffBig(<a class="type" href="coff/type.CoffBigFile.html" title="type object::read::coff::CoffBigFile">CoffBigFile</a>&lt;'data, R&gt;)</h3></section><section id="variant.Elf32" class="variant"><a href="#variant.Elf32" class="anchor">§</a><h3 class="code-header">Elf32(<a class="type" href="elf/type.ElfFile32.html" title="type object::read::elf::ElfFile32">ElfFile32</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;)</h3></section><section id="variant.Elf64" class="variant"><a href="#variant.Elf64" class="anchor">§</a><h3 class="code-header">Elf64(<a class="type" href="elf/type.ElfFile64.html" title="type object::read::elf::ElfFile64">ElfFile64</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;)</h3></section><section id="variant.MachO32" class="variant"><a href="#variant.MachO32" class="anchor">§</a><h3 class="code-header">MachO32(<a class="type" href="macho/type.MachOFile32.html" title="type object::read::macho::MachOFile32">MachOFile32</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;)</h3></section><section id="variant.MachO64" class="variant"><a href="#variant.MachO64" class="anchor">§</a><h3 class="code-header">MachO64(<a class="type" href="macho/type.MachOFile64.html" title="type object::read::macho::MachOFile64">MachOFile64</a>&lt;'data, <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a>, R&gt;)</h3></section><section id="variant.Pe32" class="variant"><a href="#variant.Pe32" class="anchor">§</a><h3 class="code-header">Pe32(<a class="type" href="pe/type.PeFile32.html" title="type object::read::pe::PeFile32">PeFile32</a>&lt;'data, R&gt;)</h3></section><section id="variant.Pe64" class="variant"><a href="#variant.Pe64" class="anchor">§</a><h3 class="code-header">Pe64(<a class="type" href="pe/type.PeFile64.html" title="type object::read::pe::PeFile64">PeFile64</a>&lt;'data, R&gt;)</h3></section><section id="variant.Wasm" class="variant"><a href="#variant.Wasm" class="anchor">§</a><h3 class="code-header">Wasm(<a class="struct" href="wasm/struct.WasmFile.html" title="struct object::read::wasm::WasmFile">WasmFile</a>&lt;'data, R&gt;)</h3></section><section id="variant.Xcoff32" class="variant"><a href="#variant.Xcoff32" class="anchor">§</a><h3 class="code-header">Xcoff32(<a class="type" href="xcoff/type.XcoffFile32.html" title="type object::read::xcoff::XcoffFile32">XcoffFile32</a>&lt;'data, R&gt;)</h3></section><section id="variant.Xcoff64" class="variant"><a href="#variant.Xcoff64" class="anchor">§</a><h3 class="code-header">Xcoff64(<a class="type" href="xcoff/type.XcoffFile64.html" title="type object::read::xcoff::XcoffFile64">XcoffFile64</a>&lt;'data, R&gt;)</h3></section></div><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-File%3C'data,+R%3E" class="impl"><a class="src rightside" href="../../src/object/read/any.rs.html#238-302">Source</a><a href="#impl-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R: <a class="trait" href="trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a>&lt;'data&gt;&gt; <a class="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.parse" class="method"><a class="src rightside" href="../../src/object/read/any.rs.html#240-267">Source</a><h4 class="code-header">pub fn <a href="#method.parse" class="fn">parse</a>(data: R) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;Self&gt;</h4></section></summary><div class="docblock"><p>Parse the raw file data.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.parse_dyld_cache_image" class="method"><a class="src rightside" href="../../src/object/read/any.rs.html#271-283">Source</a><h4 class="code-header">pub fn <a href="#method.parse_dyld_cache_image" class="fn">parse_dyld_cache_image</a>&lt;'cache, E: <a class="trait" href="../endian/trait.Endian.html" title="trait object::endian::Endian">Endian</a>&gt;(
image: &amp;<a class="struct" href="macho/struct.DyldCacheImage.html" title="struct object::read::macho::DyldCacheImage">DyldCacheImage</a>&lt;'data, 'cache, E, R&gt;,
) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;Self&gt;</h4></section></summary><div class="docblock"><p>Parse a Mach-O image from the dyld shared cache.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.format" class="method"><a class="src rightside" href="../../src/object/read/any.rs.html#286-301">Source</a><h4 class="code-header">pub fn <a href="#method.format" class="fn">format</a>(&amp;self) -&gt; <a class="enum" href="../enum.BinaryFormat.html" title="enum object::BinaryFormat">BinaryFormat</a></h4></section></summary><div class="docblock"><p>Return the file format.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-File%3C'data,+R%3E" class="impl"><a class="src rightside" href="../../src/object/read/any.rs.html#210">Source</a><a href="#impl-Debug-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> + <a class="trait" href="trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a>&lt;'data&gt;&gt; <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="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#210">Source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>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></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Object%3C'data%3E-for-File%3C'data,+R%3E" class="impl"><a class="src rightside" href="../../src/object/read/any.rs.html#306-528">Source</a><a href="#impl-Object%3C'data%3E-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <a class="trait" href="trait.Object.html" title="trait object::read::Object">Object</a>&lt;'data&gt; for <a class="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a>&lt;'data&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Segment" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#310-314">Source</a><a href="#associatedtype.Segment" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.Segment" class="associatedtype">Segment</a>&lt;'file&gt; = <a class="struct" href="struct.Segment.html" title="struct object::read::Segment">Segment</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>A loadable segment in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.SegmentIterator" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#315-319">Source</a><a href="#associatedtype.SegmentIterator" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.SegmentIterator" class="associatedtype">SegmentIterator</a>&lt;'file&gt; = <a class="struct" href="struct.SegmentIterator.html" title="struct object::read::SegmentIterator">SegmentIterator</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>An iterator for the loadable segments in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.Section" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#320-324">Source</a><a href="#associatedtype.Section" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.Section" class="associatedtype">Section</a>&lt;'file&gt; = <a class="struct" href="struct.Section.html" title="struct object::read::Section">Section</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>A section in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.SectionIterator" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#325-329">Source</a><a href="#associatedtype.SectionIterator" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.SectionIterator" class="associatedtype">SectionIterator</a>&lt;'file&gt; = <a class="struct" href="struct.SectionIterator.html" title="struct object::read::SectionIterator">SectionIterator</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>An iterator for the sections in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.Comdat" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#330-334">Source</a><a href="#associatedtype.Comdat" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.Comdat" class="associatedtype">Comdat</a>&lt;'file&gt; = <a class="struct" href="struct.Comdat.html" title="struct object::read::Comdat">Comdat</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>A COMDAT section group in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.ComdatIterator" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#335-339">Source</a><a href="#associatedtype.ComdatIterator" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.ComdatIterator" class="associatedtype">ComdatIterator</a>&lt;'file&gt; = <a class="struct" href="struct.ComdatIterator.html" title="struct object::read::ComdatIterator">ComdatIterator</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>An iterator for the COMDAT section groups in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.Symbol" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#340-344">Source</a><a href="#associatedtype.Symbol" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.Symbol" class="associatedtype">Symbol</a>&lt;'file&gt; = <a class="struct" href="struct.Symbol.html" title="struct object::read::Symbol">Symbol</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>A symbol in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.SymbolIterator" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#345-349">Source</a><a href="#associatedtype.SymbolIterator" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.SymbolIterator" class="associatedtype">SymbolIterator</a>&lt;'file&gt; = <a class="struct" href="struct.SymbolIterator.html" title="struct object::read::SymbolIterator">SymbolIterator</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>An iterator for symbols in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.SymbolTable" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#350-354">Source</a><a href="#associatedtype.SymbolTable" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.SymbolTable" class="associatedtype">SymbolTable</a>&lt;'file&gt; = <a class="struct" href="struct.SymbolTable.html" title="struct object::read::SymbolTable">SymbolTable</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>A symbol table in the object file.</div></details><details class="toggle" open><summary><section id="associatedtype.DynamicRelocationIterator" class="associatedtype trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#355-359">Source</a><a href="#associatedtype.DynamicRelocationIterator" class="anchor">§</a><h4 class="code-header">type <a href="trait.Object.html#associatedtype.DynamicRelocationIterator" class="associatedtype">DynamicRelocationIterator</a>&lt;'file&gt; = <a class="struct" href="struct.DynamicRelocationIterator.html" title="struct object::read::DynamicRelocationIterator">DynamicRelocationIterator</a>&lt;'data, 'file, R&gt;
<span class="where">where
Self: 'file,
'data: 'file</span></h4></section></summary><div class='docblock'>An iterator for the dynamic relocations in the file. <a href="trait.Object.html#associatedtype.DynamicRelocationIterator">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.architecture" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#361-363">Source</a><a href="#method.architecture" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.architecture" class="fn">architecture</a>(&amp;self) -&gt; <a class="enum" href="../enum.Architecture.html" title="enum object::Architecture">Architecture</a></h4></section></summary><div class='docblock'>Get the architecture type of the file.</div></details><details class="toggle method-toggle" open><summary><section id="method.sub_architecture" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#365-367">Source</a><a href="#method.sub_architecture" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.sub_architecture" class="fn">sub_architecture</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="../enum.SubArchitecture.html" title="enum object::SubArchitecture">SubArchitecture</a>&gt;</h4></section></summary><div class='docblock'>Get the sub-architecture type of the file if known. <a href="trait.Object.html#method.sub_architecture">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.is_little_endian" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#369-371">Source</a><a href="#method.is_little_endian" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.is_little_endian" class="fn">is_little_endian</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Return true if the file is little endian, false if it is big endian.</div></details><details class="toggle method-toggle" open><summary><section id="method.is_64" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#373-375">Source</a><a href="#method.is_64" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.is_64" class="fn">is_64</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Return true if the file can contain 64-bit addresses.</div></details><details class="toggle method-toggle" open><summary><section id="method.kind" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#377-379">Source</a><a href="#method.kind" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.kind" class="fn">kind</a>(&amp;self) -&gt; <a class="enum" href="enum.ObjectKind.html" title="enum object::read::ObjectKind">ObjectKind</a></h4></section></summary><div class='docblock'>Return the kind of this object.</div></details><details class="toggle method-toggle" open><summary><section id="method.segments" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#381-385">Source</a><a href="#method.segments" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.segments" class="fn">segments</a>(&amp;self) -&gt; <a class="struct" href="struct.SegmentIterator.html" title="struct object::read::SegmentIterator">SegmentIterator</a>&lt;'data, '_, R&gt; <a href="#" class="tooltip" data-notable-ty="SegmentIterator&lt;&#39;data, &#39;_, R&gt;"></a></h4></section></summary><div class='docblock'>Get an iterator for the loadable segments in the file. <a href="trait.Object.html#tymethod.segments">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.section_by_name_bytes" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#387-394">Source</a><a href="#method.section_by_name_bytes" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.section_by_name_bytes" class="fn">section_by_name_bytes</a>&lt;'file&gt;(
&amp;'file self,
section_name: &amp;[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>],
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.Section.html" title="struct object::read::Section">Section</a>&lt;'data, 'file, R&gt;&gt;</h4></section></summary><div class='docblock'>Like <a href="trait.Object.html#method.section_by_name" title="method object::read::Object::section_by_name"><code>Self::section_by_name</code></a>, but allows names that are not UTF-8.</div></details><details class="toggle method-toggle" open><summary><section id="method.section_by_index" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#396-399">Source</a><a href="#method.section_by_index" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.section_by_index" class="fn">section_by_index</a>(&amp;self, index: <a class="struct" href="struct.SectionIndex.html" title="struct object::read::SectionIndex">SectionIndex</a>) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="struct" href="struct.Section.html" title="struct object::read::Section">Section</a>&lt;'data, '_, R&gt;&gt;</h4></section></summary><div class='docblock'>Get the section at the given index. <a href="trait.Object.html#tymethod.section_by_index">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.sections" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#401-405">Source</a><a href="#method.sections" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.sections" class="fn">sections</a>(&amp;self) -&gt; <a class="struct" href="struct.SectionIterator.html" title="struct object::read::SectionIterator">SectionIterator</a>&lt;'data, '_, R&gt; <a href="#" class="tooltip" data-notable-ty="SectionIterator&lt;&#39;data, &#39;_, R&gt;"></a></h4></section></summary><div class='docblock'>Get an iterator for the sections in the file.</div></details><details class="toggle method-toggle" open><summary><section id="method.comdats" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#407-411">Source</a><a href="#method.comdats" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.comdats" class="fn">comdats</a>(&amp;self) -&gt; <a class="struct" href="struct.ComdatIterator.html" title="struct object::read::ComdatIterator">ComdatIterator</a>&lt;'data, '_, R&gt; <a href="#" class="tooltip" data-notable-ty="ComdatIterator&lt;&#39;data, &#39;_, R&gt;"></a></h4></section></summary><div class='docblock'>Get an iterator for the COMDAT section groups in the file.</div></details><details class="toggle method-toggle" open><summary><section id="method.symbol_by_index" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#413-418">Source</a><a href="#method.symbol_by_index" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.symbol_by_index" class="fn">symbol_by_index</a>(&amp;self, index: <a class="struct" href="struct.SymbolIndex.html" title="struct object::read::SymbolIndex">SymbolIndex</a>) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="struct" href="struct.Symbol.html" title="struct object::read::Symbol">Symbol</a>&lt;'data, '_, R&gt;&gt;</h4></section></summary><div class='docblock'>Get the debugging symbol at the given index. <a href="trait.Object.html#tymethod.symbol_by_index">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.symbols" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#420-427">Source</a><a href="#method.symbols" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.symbols" class="fn">symbols</a>(&amp;self) -&gt; <a class="struct" href="struct.SymbolIterator.html" title="struct object::read::SymbolIterator">SymbolIterator</a>&lt;'data, '_, R&gt; <a href="#" class="tooltip" data-notable-ty="SymbolIterator&lt;&#39;data, &#39;_, R&gt;"></a></h4></section></summary><div class='docblock'>Get an iterator for the debugging symbols in the file. <a href="trait.Object.html#tymethod.symbols">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.symbol_table" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#429-434">Source</a><a href="#method.symbol_table" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.symbol_table" class="fn">symbol_table</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.SymbolTable.html" title="struct object::read::SymbolTable">SymbolTable</a>&lt;'data, '_, R&gt;&gt;</h4></section></summary><div class='docblock'>Get the debugging symbol table, if any.</div></details><details class="toggle method-toggle" open><summary><section id="method.dynamic_symbols" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#436-443">Source</a><a href="#method.dynamic_symbols" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.dynamic_symbols" class="fn">dynamic_symbols</a>(&amp;self) -&gt; <a class="struct" href="struct.SymbolIterator.html" title="struct object::read::SymbolIterator">SymbolIterator</a>&lt;'data, '_, R&gt; <a href="#" class="tooltip" data-notable-ty="SymbolIterator&lt;&#39;data, &#39;_, R&gt;"></a></h4></section></summary><div class='docblock'>Get an iterator for the dynamic linking symbols in the file. <a href="trait.Object.html#tymethod.dynamic_symbols">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.dynamic_symbol_table" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#445-450">Source</a><a href="#method.dynamic_symbol_table" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.dynamic_symbol_table" class="fn">dynamic_symbol_table</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.SymbolTable.html" title="struct object::read::SymbolTable">SymbolTable</a>&lt;'data, '_, R&gt;&gt;</h4></section></summary><div class='docblock'>Get the dynamic linking symbol table, if any. <a href="trait.Object.html#tymethod.dynamic_symbol_table">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.dynamic_relocations" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#453-465">Source</a><a href="#method.dynamic_relocations" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.dynamic_relocations" class="fn">dynamic_relocations</a>(&amp;self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.DynamicRelocationIterator.html" title="struct object::read::DynamicRelocationIterator">DynamicRelocationIterator</a>&lt;'data, '_, R&gt;&gt;</h4></section></summary><div class='docblock'>Get the dynamic relocations for this file. <a href="trait.Object.html#tymethod.dynamic_relocations">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.symbol_map" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#472-474">Source</a><a href="#method.symbol_map" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.symbol_map" class="fn">symbol_map</a>(&amp;self) -&gt; <a class="struct" href="struct.SymbolMap.html" title="struct object::read::SymbolMap">SymbolMap</a>&lt;<a class="struct" href="struct.SymbolMapName.html" title="struct object::read::SymbolMapName">SymbolMapName</a>&lt;'data&gt;&gt;</h4></section></summary><div class='docblock'>Construct a map from addresses to symbol names. <a href="trait.Object.html#method.symbol_map">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.object_map" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#476-478">Source</a><a href="#method.object_map" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.object_map" class="fn">object_map</a>(&amp;self) -&gt; <a class="struct" href="struct.ObjectMap.html" title="struct object::read::ObjectMap">ObjectMap</a>&lt;'data&gt;</h4></section></summary><div class='docblock'>Construct a map from addresses to symbol names and object file names. <a href="trait.Object.html#method.object_map">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.imports" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#480-482">Source</a><a href="#method.imports" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.imports" class="fn">imports</a>(&amp;self) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.Import.html" title="struct object::read::Import">Import</a>&lt;'data&gt;&gt;&gt;</h4></section></summary><div class='docblock'>Get the imported symbols.</div></details><details class="toggle method-toggle" open><summary><section id="method.exports" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#484-486">Source</a><a href="#method.exports" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.exports" class="fn">exports</a>(&amp;self) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.Export.html" title="struct object::read::Export">Export</a>&lt;'data&gt;&gt;&gt;</h4></section></summary><div class='docblock'>Get the exported symbols that expose both a name and an address. <a href="trait.Object.html#tymethod.exports">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.has_debug_symbols" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#488-490">Source</a><a href="#method.has_debug_symbols" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.has_debug_symbols" class="fn">has_debug_symbols</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Return true if the file contains DWARF debug information sections, false if not.</div></details><details class="toggle method-toggle" open><summary><section id="method.mach_uuid" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#493-495">Source</a><a href="#method.mach_uuid" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.mach_uuid" class="fn">mach_uuid</a>(&amp;self) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">16</a>]&gt;&gt;</h4></section></summary><div class='docblock'>The UUID from a Mach-O <a href="../macho/constant.LC_UUID.html" title="constant object::macho::LC_UUID"><code>LC_UUID</code></a> load command.</div></details><details class="toggle method-toggle" open><summary><section id="method.build_id" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#498-500">Source</a><a href="#method.build_id" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.build_id" class="fn">build_id</a>(&amp;self) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;'data [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]&gt;&gt;</h4></section></summary><div class='docblock'>The build ID from an ELF <a href="../elf/constant.NT_GNU_BUILD_ID.html" title="constant object::elf::NT_GNU_BUILD_ID"><code>NT_GNU_BUILD_ID</code></a> note.</div></details><details class="toggle method-toggle" open><summary><section id="method.gnu_debuglink" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#503-505">Source</a><a href="#method.gnu_debuglink" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.gnu_debuglink" class="fn">gnu_debuglink</a>(&amp;self) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;(&amp;'data [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>], <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>)&gt;&gt;</h4></section></summary><div class='docblock'>The filename and CRC from a <code>.gnu_debuglink</code> section.</div></details><details class="toggle method-toggle" open><summary><section id="method.gnu_debugaltlink" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#508-510">Source</a><a href="#method.gnu_debugaltlink" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.gnu_debugaltlink" class="fn">gnu_debugaltlink</a>(&amp;self) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;(&amp;'data [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>], &amp;'data [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>])&gt;&gt;</h4></section></summary><div class='docblock'>The filename and build ID from a <code>.gnu_debugaltlink</code> section.</div></details><details class="toggle method-toggle" open><summary><section id="method.pdb_info" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#513-515">Source</a><a href="#method.pdb_info" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.pdb_info" class="fn">pdb_info</a>(&amp;self) -&gt; <a class="type" href="type.Result.html" title="type object::read::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="struct.CodeView.html" title="struct object::read::CodeView">CodeView</a>&lt;'_&gt;&gt;&gt;</h4></section></summary><div class='docblock'>The filename and GUID from the PE CodeView section.</div></details><details class="toggle method-toggle" open><summary><section id="method.relative_address_base" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#517-519">Source</a><a href="#method.relative_address_base" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.relative_address_base" class="fn">relative_address_base</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section></summary><div class='docblock'>Get the base address used for relative virtual addresses. <a href="trait.Object.html#tymethod.relative_address_base">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.entry" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#521-523">Source</a><a href="#method.entry" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.entry" class="fn">entry</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section></summary><div class='docblock'>Get the virtual address of the entry point of the binary.</div></details><details class="toggle method-toggle" open><summary><section id="method.flags" class="method trait-impl"><a class="src rightside" href="../../src/object/read/any.rs.html#525-527">Source</a><a href="#method.flags" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#tymethod.flags" class="fn">flags</a>(&amp;self) -&gt; <a class="enum" href="../enum.FileFlags.html" title="enum object::FileFlags">FileFlags</a></h4></section></summary><div class='docblock'>File flags that are specific to each file format.</div></details><details class="toggle method-toggle" open><summary><section id="method.endianness" class="method trait-impl"><a class="src rightside" href="../../src/object/read/traits.rs.html#97-103">Source</a><a href="#method.endianness" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.endianness" class="fn">endianness</a>(&amp;self) -&gt; <a class="enum" href="../endian/enum.Endianness.html" title="enum object::endian::Endianness">Endianness</a></h4></section></summary><div class='docblock'>Get the endianness of the file.</div></details><details class="toggle method-toggle" open><summary><section id="method.section_by_name" class="method trait-impl"><a class="src rightside" href="../../src/object/read/traits.rs.html#138-140">Source</a><a href="#method.section_by_name" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.section_by_name" class="fn">section_by_name</a>(&amp;self, section_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.Object.html#associatedtype.Section" title="type object::read::Object::Section">Section</a>&lt;'_&gt;&gt;</h4></section></summary><div class='docblock'>Get the section named <code>section_name</code>, if such a section exists. <a href="trait.Object.html#method.section_by_name">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.symbol_by_name" class="method trait-impl"><a class="src rightside" href="../../src/object/read/traits.rs.html#181-183">Source</a><a href="#method.symbol_by_name" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.symbol_by_name" class="fn">symbol_by_name</a>&lt;'file&gt;(
&amp;'file self,
symbol_name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>,
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.Object.html#associatedtype.Symbol" title="type object::read::Object::Symbol">Symbol</a>&lt;'file&gt;&gt;</h4></section></summary><div class='docblock'>Get the symbol named <code>symbol_name</code>, if the symbol exists.</div></details><details class="toggle method-toggle" open><summary><section id="method.symbol_by_name_bytes" class="method trait-impl"><a class="src rightside" href="../../src/object/read/traits.rs.html#186-189">Source</a><a href="#method.symbol_by_name_bytes" class="anchor">§</a><h4 class="code-header">fn <a href="trait.Object.html#method.symbol_by_name_bytes" class="fn">symbol_by_name_bytes</a>&lt;'file&gt;(
&amp;'file self,
symbol_name: &amp;[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>],
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self::<a class="associatedtype" href="trait.Object.html#associatedtype.Symbol" title="type object::read::Object::Symbol">Symbol</a>&lt;'file&gt;&gt;</h4></section></summary><div class='docblock'>Like <a href="trait.Object.html#method.symbol_by_name" title="method object::read::Object::symbol_by_name"><code>Self::symbol_by_name</code></a>, but allows names that are not UTF-8.</div></details></div></details></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-File%3C'data,+R%3E" class="impl"><a href="#impl-Freeze-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a>,</div></h3></section><section id="impl-RefUnwindSafe-for-File%3C'data,+R%3E" class="impl"><a href="#impl-RefUnwindSafe-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section><section id="impl-Send-for-File%3C'data,+R%3E" class="impl"><a href="#impl-Send-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <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="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,</div></h3></section><section id="impl-Sync-for-File%3C'data,+R%3E" class="impl"><a href="#impl-Sync-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <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="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</div></h3></section><section id="impl-Unpin-for-File%3C'data,+R%3E" class="impl"><a href="#impl-Unpin-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <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="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,</div></h3></section><section id="impl-UnsafeUnpin-for-File%3C'data,+R%3E" class="impl"><a href="#impl-UnsafeUnpin-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.UnsafeUnpin.html" title="trait core::marker::UnsafeUnpin">UnsafeUnpin</a> for <a class="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.UnsafeUnpin.html" title="trait core::marker::UnsafeUnpin">UnsafeUnpin</a>,</div></h3></section><section id="impl-UnwindSafe-for-File%3C'data,+R%3E" class="impl"><a href="#impl-UnwindSafe-for-File%3C'data,+R%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'data, R&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="enum" href="enum.File.html" title="enum object::read::File">File</a>&lt;'data, R&gt;<div class="where">where
R: <a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a>,</div></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">Source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#142">Source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>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></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#212">Source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214">Source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#221">Source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#222">Source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut T</a></h4></section></summary><div class='docblock'>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></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#785">Source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#788">Source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#767-769">Source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#777">Source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#827-829">Source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#831">Source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#834">Source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#811-813">Source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#815">Source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#818">Source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div><script type="text/json" id="notable-traits-data">{"ComdatIterator<'data, '_, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.ComdatIterator.html\" title=\"struct object::read::ComdatIterator\">ComdatIterator</a>&lt;'data, 'file, R&gt;</code></h3><pre><code><div class=\"where\">impl&lt;'data, 'file, R: <a class=\"trait\" href=\"trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a>&lt;'data&gt;&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.ComdatIterator.html\" title=\"struct object::read::ComdatIterator\">ComdatIterator</a>&lt;'data, 'file, R&gt;</div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.Comdat.html\" title=\"struct object::read::Comdat\">Comdat</a>&lt;'data, 'file, R&gt;;</div>","SectionIterator<'data, '_, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.SectionIterator.html\" title=\"struct object::read::SectionIterator\">SectionIterator</a>&lt;'data, 'file, R&gt;</code></h3><pre><code><div class=\"where\">impl&lt;'data, 'file, R: <a class=\"trait\" href=\"trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a>&lt;'data&gt;&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.SectionIterator.html\" title=\"struct object::read::SectionIterator\">SectionIterator</a>&lt;'data, 'file, R&gt;</div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.Section.html\" title=\"struct object::read::Section\">Section</a>&lt;'data, 'file, R&gt;;</div>","SegmentIterator<'data, '_, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.SegmentIterator.html\" title=\"struct object::read::SegmentIterator\">SegmentIterator</a>&lt;'data, 'file, R&gt;</code></h3><pre><code><div class=\"where\">impl&lt;'data, 'file, R: <a class=\"trait\" href=\"trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a>&lt;'data&gt;&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.SegmentIterator.html\" title=\"struct object::read::SegmentIterator\">SegmentIterator</a>&lt;'data, 'file, R&gt;</div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.Segment.html\" title=\"struct object::read::Segment\">Segment</a>&lt;'data, 'file, R&gt;;</div>","SymbolIterator<'data, '_, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.SymbolIterator.html\" title=\"struct object::read::SymbolIterator\">SymbolIterator</a>&lt;'data, 'file, R&gt;</code></h3><pre><code><div class=\"where\">impl&lt;'data, 'file, R: <a class=\"trait\" href=\"trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a>&lt;'data&gt;&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.SymbolIterator.html\" title=\"struct object::read::SymbolIterator\">SymbolIterator</a>&lt;'data, 'file, R&gt;</div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/nightly/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.Symbol.html\" title=\"struct object::read::Symbol\">Symbol</a>&lt;'data, 'file, R&gt;;</div>"}</script></section></div></main></body></html>