Type Alias object::read::pe::PeSegment64

source ·
pub type PeSegment64<'data, 'file, R = &'data [u8]> = PeSegment<'data, 'file, ImageNtHeaders64, R>;
Expand description

A loadable section in a PeFile64.

Aliased Type§

struct PeSegment64<'data, 'file, R = &'data [u8]> { /* private fields */ }