pub type PeSection32<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders32, R>;Expand description
A section in a PeFile32.
Aliased Typeยง
struct PeSection32<'data, 'file, R = &'data [u8]> { /* private fields */ }pub type PeSection32<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders32, R>;A section in a PeFile32.
struct PeSection32<'data, 'file, R = &'data [u8]> { /* private fields */ }