Type Alias object::read::macho::MachOSection32
source · pub type MachOSection32<'data, 'file, Endian = Endianness, R = &'data [u8]> = MachOSection<'data, 'file, MachHeader32<Endian>, R>;Expand description
A section of a MachOFile32.
Aliased Type§
struct MachOSection32<'data, 'file, Endian = Endianness, R = &'data [u8]> { /* private fields */ }