Struct winapi::um::winnt::IMAGE_AUX_SYMBOL_Section [−][src]
#[repr(C)]pub struct IMAGE_AUX_SYMBOL_Section {
pub Length: DWORD,
pub NumberOfRelocations: WORD,
pub NumberOfLinenumbers: WORD,
pub CheckSum: DWORD,
pub Number: SHORT,
pub Selection: BYTE,
pub bReserved: BYTE,
pub HighNumber: SHORT,
}
Fields
Length: DWORD
NumberOfRelocations: WORD
NumberOfLinenumbers: WORD
CheckSum: DWORD
Number: SHORT
Selection: BYTE
bReserved: BYTE
HighNumber: SHORT
Trait Implementations
Returns the “default value” for a type. Read more