Module any

Source

Macrosยง

map_inner ๐Ÿ”’
Like with_inner!, but wraps the result in another enum.
map_inner_option ๐Ÿ”’
Like map_inner!, but the result is a Result or Option.
map_inner_option_mut ๐Ÿ”’
next_inner ๐Ÿ”’
Call next for a file format iterator.
with_inner ๐Ÿ”’
Evaluate an expression on the contents of a file format enum.
with_inner_mut ๐Ÿ”’

Structsยง

Comdat
A COMDAT section group in a File.
ComdatIterator
An iterator for the COMDAT section groups in a File.
ComdatSectionIterator
An iterator for the sections in a Comdat.
DynamicRelocationIterator
An iterator for the dynamic relocation entries in a File.
Section
A section in a File.
SectionIterator
An iterator for the sections in a File.
SectionRelocationIterator
An iterator for the relocation entries in a Section.
Segment
A loadable segment in a File.
SegmentIterator
An iterator for the loadable segments in a File.
Symbol
An symbol in a SymbolTable.
SymbolIterator
An iterator for the symbols in a SymbolTable.
SymbolTable
A symbol table in a File.

Enumsยง

ComdatInternal ๐Ÿ”’
ComdatIteratorInternal ๐Ÿ”’
ComdatSectionIteratorInternal ๐Ÿ”’
DynamicRelocationIteratorInternal ๐Ÿ”’
File
An object file that can be any supported file format.
SectionInternal ๐Ÿ”’
SectionIteratorInternal ๐Ÿ”’
SectionRelocationIteratorInternal ๐Ÿ”’
SegmentInternal ๐Ÿ”’
SegmentIteratorInternal ๐Ÿ”’
SymbolInternal ๐Ÿ”’
SymbolIteratorInternal ๐Ÿ”’
SymbolTableInternal ๐Ÿ”’