mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-10 01:58:23 +00:00
72 lines
74 KiB
HTML
72 lines
74 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="A partially parsed Mach-O file."><title>MachOFile in object::read::macho - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-ac92e1bbe349e143.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.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../object/index.html">object</a><span class="version">0.32.2</span></h2></div><h2 class="location"><a href="#">MachOFile</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.build_version">build_version</a></li><li><a href="#method.data">data</a></li><li><a href="#method.endian">endian</a></li><li><a href="#method.parse">parse</a></li><li><a href="#method.parse_dyld_cache_image">parse_dyld_cache_image</a></li><li><a href="#method.raw_header">raw_header</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Debug-for-MachOFile%3C'data,+Mach,+R%3E">Debug</a></li><li><a href="#impl-Object%3C'data,+'file%3E-for-MachOFile%3C'data,+Mach,+R%3E">Object<'data, 'file></a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-RefUnwindSafe-for-MachOFile%3C'data,+Mach,+R%3E">RefUnwindSafe</a></li><li><a href="#impl-Send-for-MachOFile%3C'data,+Mach,+R%3E">Send</a></li><li><a href="#impl-Sync-for-MachOFile%3C'data,+Mach,+R%3E">Sync</a></li><li><a href="#impl-Unpin-for-MachOFile%3C'data,+Mach,+R%3E">Unpin</a></li><li><a href="#impl-UnwindSafe-for-MachOFile%3C'data,+Mach,+R%3E">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">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow<T></a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut<T></a></li><li><a href="#impl-From%3CT%3E-for-T">From<T></a></li><li><a href="#impl-Into%3CU%3E-for-T">Into<U></a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom<U></a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto<U></a></li></ul></section><h2><a href="index.html">In object::read::macho</a></h2></div></nav><div class="sidebar-resizer"></div>
|
||
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../../object/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="../../index.html">object</a>::<wbr><a href="../index.html">read</a>::<wbr><a href="index.html">macho</a>::<wbr><a class="struct" href="#">MachOFile</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../../src/object/read/macho/file.rs.html#35-47">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub struct MachOFile<'data, Mach, R = &'data [<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>]><div class="where">where
|
||
Mach: <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>,
|
||
R: <a class="trait" href="../trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a><'data>,</div>{ <span class="comment">/* private fields */</span> }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A partially parsed Mach-O file.</p>
|
||
<p>Most of the functionality of this type 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="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-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#49-199">source</a><a href="#impl-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, Mach, R> <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
Mach: <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>,
|
||
R: <a class="trait" href="../trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a><'data>,</div></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/macho/file.rs.html#55-87">source</a><h4 class="code-header">pub fn <a href="#method.parse" class="fn">parse</a>(data: R) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><Self></h4></section></summary><div class="docblock"><p>Parse the raw Mach-O 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/macho/file.rs.html#91-148">source</a><h4 class="code-header">pub fn <a href="#method.parse_dyld_cache_image" class="fn">parse_dyld_cache_image</a><'cache, E: <a class="trait" href="../../endian/trait.Endian.html" title="trait object::endian::Endian">Endian</a>>(
|
||
image: &<a class="struct" href="struct.DyldCacheImage.html" title="struct object::read::macho::DyldCacheImage">DyldCacheImage</a><'data, 'cache, E, R>
|
||
) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><Self></h4></section></summary><div class="docblock"><p>Parse the Mach-O file for the given image from the dyld shared cache.
|
||
This will read different sections from different subcaches, if necessary.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.endian" class="method"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#173-175">source</a><h4 class="code-header">pub fn <a href="#method.endian" class="fn">endian</a>(&self) -> Mach::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a></h4></section></summary><div class="docblock"><p>Returns the endianness.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.data" class="method"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#178-180">source</a><h4 class="code-header">pub fn <a href="#method.data" class="fn">data</a>(&self) -> R</h4></section></summary><div class="docblock"><p>Returns the raw data.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.raw_header" class="method"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#183-185">source</a><h4 class="code-header">pub fn <a href="#method.raw_header" class="fn">raw_header</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&'data Mach</a></h4></section></summary><div class="docblock"><p>Returns the raw Mach-O file header.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="method.build_version" class="method"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#188-198">source</a><h4 class="code-header">pub fn <a href="#method.build_version" class="fn">build_version</a>(
|
||
&self
|
||
) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'data <a class="struct" href="../../macho/struct.BuildVersionCommand.html" title="struct object::macho::BuildVersionCommand">BuildVersionCommand</a><Mach::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a>>>></h4></section></summary><div class="docblock"><p>Return the <code>LC_BUILD_VERSION</code> load command if present.</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-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#34">source</a><a href="#impl-Debug-for-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, Mach, R> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
Mach: <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
|
||
R: <a class="trait" href="../trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a><'data> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,
|
||
Mach::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a>,</div></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/macho/file.rs.html#34">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&self, f: &mut <a class="struct" href="https://doc.rust-lang.org/1.76.0/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a><'_>) -> <a class="type" href="https://doc.rust-lang.org/1.76.0/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/1.76.0/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,+'file%3E-for-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#208-476">source</a><a href="#impl-Object%3C'data,+'file%3E-for-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, 'file, Mach, R> <a class="trait" href="../trait.Object.html" title="trait object::read::Object">Object</a><'data, 'file> for <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
Mach: <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>,
|
||
R: 'file + <a class="trait" href="../trait.ReadRef.html" title="trait object::read::ReadRef">ReadRef</a><'data>,
|
||
'data: 'file,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Segment" class="associatedtype trait-impl"><a href="#associatedtype.Segment" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.Segment" class="associatedtype">Segment</a> = <a class="struct" href="struct.MachOSegment.html" title="struct object::read::macho::MachOSegment">MachOSegment</a><'data, 'file, Mach, R></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 href="#associatedtype.SegmentIterator" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.SegmentIterator" class="associatedtype">SegmentIterator</a> = <a class="struct" href="struct.MachOSegmentIterator.html" title="struct object::read::macho::MachOSegmentIterator">MachOSegmentIterator</a><'data, 'file, Mach, R></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 href="#associatedtype.Section" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.Section" class="associatedtype">Section</a> = <a class="struct" href="struct.MachOSection.html" title="struct object::read::macho::MachOSection">MachOSection</a><'data, 'file, Mach, R></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 href="#associatedtype.SectionIterator" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.SectionIterator" class="associatedtype">SectionIterator</a> = <a class="struct" href="struct.MachOSectionIterator.html" title="struct object::read::macho::MachOSectionIterator">MachOSectionIterator</a><'data, 'file, Mach, R></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 href="#associatedtype.Comdat" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.Comdat" class="associatedtype">Comdat</a> = <a class="struct" href="struct.MachOComdat.html" title="struct object::read::macho::MachOComdat">MachOComdat</a><'data, 'file, Mach, R></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 href="#associatedtype.ComdatIterator" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.ComdatIterator" class="associatedtype">ComdatIterator</a> = <a class="struct" href="struct.MachOComdatIterator.html" title="struct object::read::macho::MachOComdatIterator">MachOComdatIterator</a><'data, 'file, Mach, R></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 href="#associatedtype.Symbol" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.Symbol" class="associatedtype">Symbol</a> = <a class="struct" href="struct.MachOSymbol.html" title="struct object::read::macho::MachOSymbol">MachOSymbol</a><'data, 'file, Mach, R></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 href="#associatedtype.SymbolIterator" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.SymbolIterator" class="associatedtype">SymbolIterator</a> = <a class="struct" href="struct.MachOSymbolIterator.html" title="struct object::read::macho::MachOSymbolIterator">MachOSymbolIterator</a><'data, 'file, Mach, R></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 href="#associatedtype.SymbolTable" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.SymbolTable" class="associatedtype">SymbolTable</a> = <a class="struct" href="struct.MachOSymbolTable.html" title="struct object::read::macho::MachOSymbolTable">MachOSymbolTable</a><'data, 'file, Mach, R></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 href="#associatedtype.DynamicRelocationIterator" class="anchor">§</a><h4 class="code-header">type <a href="../trait.Object.html#associatedtype.DynamicRelocationIterator" class="associatedtype">DynamicRelocationIterator</a> = <a class="struct" href="../struct.NoDynamicRelocationIterator.html" title="struct object::read::NoDynamicRelocationIterator">NoDynamicRelocationIterator</a></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/macho/file.rs.html#225-237">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>(&self) -> <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/macho/file.rs.html#239-247">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>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="../../enum.SubArchitecture.html" title="enum object::SubArchitecture">SubArchitecture</a>></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/macho/file.rs.html#250-252">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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/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/macho/file.rs.html#255-257">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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/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/macho/file.rs.html#259-267">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>(&self) -> <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/macho/file.rs.html#269-274">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>(&'file self) -> <a class="struct" href="struct.MachOSegmentIterator.html" title="struct object::read::macho::MachOSegmentIterator">MachOSegmentIterator</a><'data, 'file, Mach, R> <a href="#" class="tooltip" data-notable-ty="MachOSegmentIterator<'data, 'file, Mach, R>">ⓘ</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/macho/file.rs.html#276-306">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>(
|
||
&'file self,
|
||
section_name: &[<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>]
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.MachOSection.html" title="struct object::read::macho::MachOSection">MachOSection</a><'data, 'file, Mach, R>></h4></section></summary><div class='docblock'>Like <a href="../trait.Object.html#method.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/macho/file.rs.html#308-317">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>(
|
||
&'file self,
|
||
index: <a class="struct" href="../struct.SectionIndex.html" title="struct object::read::SectionIndex">SectionIndex</a>
|
||
) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="struct" href="struct.MachOSection.html" title="struct object::read::macho::MachOSection">MachOSection</a><'data, 'file, Mach, R>></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/macho/file.rs.html#319-324">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>(&'file self) -> <a class="struct" href="struct.MachOSectionIterator.html" title="struct object::read::macho::MachOSectionIterator">MachOSectionIterator</a><'data, 'file, Mach, R> <a href="#" class="tooltip" data-notable-ty="MachOSectionIterator<'data, 'file, Mach, R>">ⓘ</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/macho/file.rs.html#326-328">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>(&'file self) -> <a class="struct" href="struct.MachOComdatIterator.html" title="struct object::read::macho::MachOComdatIterator">MachOComdatIterator</a><'data, 'file, Mach, R> <a href="#" class="tooltip" data-notable-ty="MachOComdatIterator<'data, 'file, Mach, R>">ⓘ</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/macho/file.rs.html#330-336">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>(
|
||
&'file self,
|
||
index: <a class="struct" href="../struct.SymbolIndex.html" title="struct object::read::SymbolIndex">SymbolIndex</a>
|
||
) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="struct" href="struct.MachOSymbol.html" title="struct object::read::macho::MachOSymbol">MachOSymbol</a><'data, 'file, Mach, R>></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/macho/file.rs.html#338-343">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>(&'file self) -> <a class="struct" href="struct.MachOSymbolIterator.html" title="struct object::read::macho::MachOSymbolIterator">MachOSymbolIterator</a><'data, 'file, Mach, R> <a href="#" class="tooltip" data-notable-ty="MachOSymbolIterator<'data, 'file, Mach, R>">ⓘ</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/macho/file.rs.html#346-348">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>(&'file self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.MachOSymbolTable.html" title="struct object::read::macho::MachOSymbolTable">MachOSymbolTable</a><'data, 'file, Mach, R>></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/macho/file.rs.html#350-355">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>(&'file self) -> <a class="struct" href="struct.MachOSymbolIterator.html" title="struct object::read::macho::MachOSymbolIterator">MachOSymbolIterator</a><'data, 'file, Mach, R> <a href="#" class="tooltip" data-notable-ty="MachOSymbolIterator<'data, 'file, Mach, R>">ⓘ</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/macho/file.rs.html#358-360">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>(
|
||
&'file self
|
||
) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="struct.MachOSymbolTable.html" title="struct object::read::macho::MachOSymbolTable">MachOSymbolTable</a><'data, 'file, Mach, R>></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.object_map" class="method trait-impl"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#362-364">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>(&'file self) -> <a class="struct" href="../struct.ObjectMap.html" title="struct object::read::ObjectMap">ObjectMap</a><'data></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/macho/file.rs.html#366-409">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>(&self) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../struct.Import.html" title="struct object::read::Import">Import</a><'data>>></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/macho/file.rs.html#411-438">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>(&self) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="struct" href="https://doc.rust-lang.org/1.76.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="struct" href="../struct.Export.html" title="struct object::read::Export">Export</a><'data>>></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.dynamic_relocations" class="method trait-impl"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#441-443">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>(&'file self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../struct.NoDynamicRelocationIterator.html" title="struct object::read::NoDynamicRelocationIterator">NoDynamicRelocationIterator</a>></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.has_debug_symbols" class="method trait-impl"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#445-447">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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/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/macho/file.rs.html#449-451">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>(&self) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><[<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>; <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.array.html">16</a>]>></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.relative_address_base" class="method trait-impl"><a class="src rightside" href="../../../src/object/read/macho/file.rs.html#453-455">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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/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/macho/file.rs.html#457-469">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>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/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/macho/file.rs.html#471-475">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>(&self) -> <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#67-73">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>(&self) -> <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#106-108">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>(&'file self, section_name: &<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self::<a class="associatedtype" href="../trait.Object.html#associatedtype.Section" title="type object::read::Object::Section">Section</a>></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#146-148">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>(&'file self, symbol_name: &<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.str.html">str</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self::<a class="associatedtype" href="../trait.Object.html#associatedtype.Symbol" title="type object::read::Object::Symbol">Symbol</a>></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#151-154">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>(&'file self, symbol_name: &[<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>]) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self::<a class="associatedtype" href="../trait.Object.html#associatedtype.Symbol" title="type object::read::Object::Symbol">Symbol</a>></h4></section></summary><div class='docblock'>Like <a href="../trait.Object.html#method.symbol_by_name"><code>Self::symbol_by_name</code></a>, but allows names that are not UTF-8.</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/traits.rs.html#182-239">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>(&'file self) -> <a class="struct" href="../struct.SymbolMap.html" title="struct object::read::SymbolMap">SymbolMap</a><<a class="struct" href="../struct.SymbolMapName.html" title="struct object::read::SymbolMapName">SymbolMapName</a><'data>></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.build_id" class="method trait-impl"><a class="src rightside" href="../../../src/object/read/traits.rs.html#268-270">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>(&self) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&'data [<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>]>></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/traits.rs.html#274-276">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>(&self) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(&'data [<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>], <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u32.html">u32</a>)>></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/traits.rs.html#280-282">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>(&self) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><(&'data [<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>], &'data [<a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.u8.html">u8</a>])>></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/traits.rs.html#286-288">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>(&self) -> <a class="type" href="../type.Result.html" title="type object::read::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="struct" href="../struct.CodeView.html" title="struct object::read::CodeView">CodeView</a><'_>>></h4></section></summary><div class='docblock'>The filename and GUID from the PE CodeView section.</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-RefUnwindSafe-for-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a href="#impl-RefUnwindSafe-for-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, Mach, R> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
Mach: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
R: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Nlist" title="type object::read::macho::MachHeader::Nlist">Nlist</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Section" title="type object::read::macho::MachHeader::Section">Section</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Segment" title="type object::read::macho::MachHeader::Segment">Segment</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section><section id="impl-Send-for-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a href="#impl-Send-for-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, Mach, R> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
Mach: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
R: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Nlist" title="type object::read::macho::MachHeader::Nlist">Nlist</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Section" title="type object::read::macho::MachHeader::Section">Section</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Segment" title="type object::read::macho::MachHeader::Segment">Segment</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</div></h3></section><section id="impl-Sync-for-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a href="#impl-Sync-for-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, Mach, R> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
Mach: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
R: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Nlist" title="type object::read::macho::MachHeader::Nlist">Nlist</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Section" title="type object::read::macho::MachHeader::Section">Section</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Segment" title="type object::read::macho::MachHeader::Segment">Segment</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</div></h3></section><section id="impl-Unpin-for-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a href="#impl-Unpin-for-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, Mach, R> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
R: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a>,</div></h3></section><section id="impl-UnwindSafe-for-MachOFile%3C'data,+Mach,+R%3E" class="impl"><a href="#impl-UnwindSafe-for-MachOFile%3C'data,+Mach,+R%3E" class="anchor">§</a><h3 class="code-header">impl<'data, Mach, R> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.MachOFile.html" title="struct object::read::macho::MachOFile">MachOFile</a><'data, Mach, R><div class="where">where
|
||
Mach: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
R: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Endian" title="type object::read::macho::MachHeader::Endian">Endian</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Nlist" title="type object::read::macho::MachHeader::Nlist">Nlist</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Section" title="type object::read::macho::MachHeader::Section">Section</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,
|
||
<Mach as <a class="trait" href="trait.MachHeader.html" title="trait object::read::macho::MachHeader">MachHeader</a>>::<a class="associatedtype" href="trait.MachHeader.html#associatedtype.Segment" title="type object::read::macho::MachHeader::Segment">Segment</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</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/1.76.0/src/core/any.rs.html#140">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/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/1.76.0/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/1.76.0/src/core/any.rs.html#141">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&self) -> <a class="struct" href="https://doc.rust-lang.org/1.76.0/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/1.76.0/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/1.76.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/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/1.76.0/src/core/borrow.rs.html#210">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/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/1.76.0/src/core/borrow.rs.html#216">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T<div class="where">where
|
||
T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/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/1.76.0/src/core/borrow.rs.html#217">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/std/primitive.reference.html">&mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.76.0/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/1.76.0/src/core/convert/mod.rs.html#763">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> 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/1.76.0/src/core/convert/mod.rs.html#766">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -> 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/1.76.0/src/core/convert/mod.rs.html#747-749">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T>,</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/1.76.0/src/core/convert/mod.rs.html#756">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -> 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/1.76.0/core/convert/trait.From.html" title="trait core::convert::From">From</a><T> 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/1.76.0/src/core/convert/mod.rs.html#803-805">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.76.0/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/1.76.0/src/core/convert/mod.rs.html#810">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><T, <T as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><U>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></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/1.76.0/src/core/convert/mod.rs.html#788-790">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl<T, U> <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a><U> for T<div class="where">where
|
||
U: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = <U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/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/1.76.0/src/core/convert/mod.rs.html#795">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a><U, <U as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a><T>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>></h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div><script type="text/json" id="notable-traits-data">{"MachOComdatIterator<'data, 'file, Mach, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.MachOComdatIterator.html\" title=\"struct object::read::macho::MachOComdatIterator\">MachOComdatIterator</a><'data, 'file, Mach, R></code></h3><pre><code><div class=\"where\">impl<'data, 'file, Mach, R> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.MachOComdatIterator.html\" title=\"struct object::read::macho::MachOComdatIterator\">MachOComdatIterator</a><'data, 'file, Mach, R><div class=\"where\">where\n Mach: <a class=\"trait\" href=\"trait.MachHeader.html\" title=\"trait object::read::macho::MachHeader\">MachHeader</a>,\n R: <a class=\"trait\" href=\"../trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a><'data>,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.MachOComdat.html\" title=\"struct object::read::macho::MachOComdat\">MachOComdat</a><'data, 'file, Mach, R>;</div>","MachOSectionIterator<'data, 'file, Mach, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.MachOSectionIterator.html\" title=\"struct object::read::macho::MachOSectionIterator\">MachOSectionIterator</a><'data, 'file, Mach, R></code></h3><pre><code><div class=\"where\">impl<'data, 'file, Mach, R> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.MachOSectionIterator.html\" title=\"struct object::read::macho::MachOSectionIterator\">MachOSectionIterator</a><'data, 'file, Mach, R><div class=\"where\">where\n Mach: <a class=\"trait\" href=\"trait.MachHeader.html\" title=\"trait object::read::macho::MachHeader\">MachHeader</a>,\n R: <a class=\"trait\" href=\"../trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a><'data>,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.MachOSection.html\" title=\"struct object::read::macho::MachOSection\">MachOSection</a><'data, 'file, Mach, R>;</div>","MachOSegmentIterator<'data, 'file, Mach, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.MachOSegmentIterator.html\" title=\"struct object::read::macho::MachOSegmentIterator\">MachOSegmentIterator</a><'data, 'file, Mach, R></code></h3><pre><code><div class=\"where\">impl<'data, 'file, Mach, R> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.MachOSegmentIterator.html\" title=\"struct object::read::macho::MachOSegmentIterator\">MachOSegmentIterator</a><'data, 'file, Mach, R><div class=\"where\">where\n Mach: <a class=\"trait\" href=\"trait.MachHeader.html\" title=\"trait object::read::macho::MachHeader\">MachHeader</a>,\n R: <a class=\"trait\" href=\"../trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a><'data>,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.MachOSegment.html\" title=\"struct object::read::macho::MachOSegment\">MachOSegment</a><'data, 'file, Mach, R>;</div>","MachOSymbolIterator<'data, 'file, Mach, R>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.MachOSymbolIterator.html\" title=\"struct object::read::macho::MachOSymbolIterator\">MachOSymbolIterator</a><'data, 'file, Mach, R></code></h3><pre><code><div class=\"where\">impl<'data, 'file, Mach, R> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.MachOSymbolIterator.html\" title=\"struct object::read::macho::MachOSymbolIterator\">MachOSymbolIterator</a><'data, 'file, Mach, R><div class=\"where\">where\n Mach: <a class=\"trait\" href=\"trait.MachHeader.html\" title=\"trait object::read::macho::MachHeader\">MachHeader</a>,\n R: <a class=\"trait\" href=\"../trait.ReadRef.html\" title=\"trait object::read::ReadRef\">ReadRef</a><'data>,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = <a class=\"struct\" href=\"struct.MachOSymbol.html\" title=\"struct object::read::macho::MachOSymbol\">MachOSymbol</a><'data, 'file, Mach, R>;</div>"}</script></section></div></main></body></html> |