pub type MachOSection32<'data, 'file, Endian = Endianness> = MachOSection<'data, 'file, MachHeader32<Endian>>;Expand description
A section of a MachOFile32.
pub type MachOSection32<'data, 'file, Endian = Endianness> = MachOSection<'data, 'file, MachHeader32<Endian>>;A section of a MachOFile32.