Struct disassemble::Module
[−]
[src]
pub struct Module<I: Instruction> { pub functions: Vec<Function<I>>, }
A shared library or other component of a target.
Fields
functions: Vec<Function<I>>
Functions defined within this module