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