Struct winapi::winnt::IMAGE_SECTION_HEADER [] [src]

pub struct IMAGE_SECTION_HEADER {
    pub Name: [BYTE; IMAGE_SIZEOF_SHORT_NAME],
    pub PhysicalAddressOrVirtualSize: DWORD,
    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
PhysicalAddressOrVirtualSize
VirtualAddress
SizeOfRawData
PointerToRawData
PointerToRelocations
PointerToLinenumbers
NumberOfRelocations
NumberOfLinenumbers
Characteristics

Trait Implementations

impl Copy for IMAGE_SECTION_HEADER
[src]

impl Clone for IMAGE_SECTION_HEADER
[src]

fn clone(&self) -> IMAGE_SECTION_HEADER

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for IMAGE_SECTION_HEADER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.