Struct winapi::um::winnt::IMAGE_SECTION_HEADER
source · #[repr(C)]pub struct IMAGE_SECTION_HEADER {
pub Name: [BYTE; 8],
pub Misc: IMAGE_SECTION_HEADER_Misc,
pub VirtualAddress: DWORD,
pub SizeOfRawData: DWORD,
pub PointerToRawData: DWORD,
pub PointerToRelocations: DWORD,
pub PointerToLinenumbers: DWORD,
pub NumberOfRelocations: WORD,
pub NumberOfLinenumbers: WORD,
pub Characteristics: DWORD,
}Fields§
§Name: [BYTE; 8]§Misc: IMAGE_SECTION_HEADER_Misc§VirtualAddress: DWORD§SizeOfRawData: DWORD§PointerToRawData: DWORD§PointerToRelocations: DWORD§PointerToLinenumbers: DWORD§NumberOfRelocations: WORD§NumberOfLinenumbers: WORD§Characteristics: DWORDTrait Implementations§
source§impl Clone for IMAGE_SECTION_HEADER
impl Clone for IMAGE_SECTION_HEADER
source§fn clone(&self) -> IMAGE_SECTION_HEADER
fn clone(&self) -> IMAGE_SECTION_HEADER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for IMAGE_SECTION_HEADER
impl Default for IMAGE_SECTION_HEADER
source§fn default() -> IMAGE_SECTION_HEADER
fn default() -> IMAGE_SECTION_HEADER
Returns the “default value” for a type. Read more