Type Definition object::read::coff::CoffBigSegment
source · pub type CoffBigSegment<'data, 'file, R = &'data [u8]> = CoffSegment<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description
A loadable section of a CoffBigFile
.