pub type IMAGE_SECTION_HEADER = _IMAGE_SECTION_HEADER;Aliased Type§
#[repr(C)]pub struct IMAGE_SECTION_HEADER {
pub Name: [u8; 8],
pub Misc: _IMAGE_SECTION_HEADER__bindgen_ty_1,
pub VirtualAddress: u64,
pub SizeOfRawData: u64,
pub PointerToRawData: u64,
pub PointerToRelocations: u64,
pub PointerToLinenumbers: u64,
pub NumberOfRelocations: u16,
pub NumberOfLinenumbers: u16,
pub Characteristics: u64,
}Fields§
§Name: [u8; 8]§Misc: _IMAGE_SECTION_HEADER__bindgen_ty_1§VirtualAddress: u64§SizeOfRawData: u64§PointerToRawData: u64§PointerToRelocations: u64§PointerToLinenumbers: u64§NumberOfRelocations: u16§NumberOfLinenumbers: u16§Characteristics: u64