Module format

Source
Expand description

Format Parameter Customization

The PE format comes in multiple types. This module provides a trait named format::Type which describes all the possible customizations for the PE format. The PE types are parameterized with this trait if they allow customizations.

The Pe and Pe32P types are predefined instances for the Pe and Pe32+ types of the format.

Structs§

Pe
Pe32P

Traits§

Type