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: DWORDNumberOfRelocations: WORDNumberOfLinenumbers: WORDCheckSum: DWORDNumber: SHORTSelection: BYTEbReserved: BYTEHighNumber: SHORTTrait Implementations
Returns the “default value” for a type. Read more