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: u32,
pub SizeOfRawData: u32,
pub PointerToRawData: u32,
pub PointerToRelocations: u32,
pub PointerToLinenumbers: u32,
pub NumberOfRelocations: u16,
pub NumberOfLinenumbers: u16,
pub Characteristics: u32,
}Fields§
§Name: [u8; 8]§Misc: _IMAGE_SECTION_HEADER__bindgen_ty_1§VirtualAddress: u32§SizeOfRawData: u32§PointerToRawData: u32§PointerToRelocations: u32§PointerToLinenumbers: u32§NumberOfRelocations: u16§NumberOfLinenumbers: u16§Characteristics: u32