Struct winapi::um::winnt::IMAGE_AUX_SYMBOL_EX_Section
source · #[repr(C)]pub struct IMAGE_AUX_SYMBOL_EX_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,
pub rgbReserved: [BYTE; 2],
}
Fields§
§Length: DWORD
§NumberOfRelocations: WORD
§NumberOfLinenumbers: WORD
§CheckSum: DWORD
§Number: SHORT
§Selection: BYTE
§bReserved: BYTE
§HighNumber: SHORT
§rgbReserved: [BYTE; 2]
Trait Implementations§
source§impl Clone for IMAGE_AUX_SYMBOL_EX_Section
impl Clone for IMAGE_AUX_SYMBOL_EX_Section
source§fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_Section
fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_Section
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_AUX_SYMBOL_EX_Section
impl Default for IMAGE_AUX_SYMBOL_EX_Section
source§fn default() -> IMAGE_AUX_SYMBOL_EX_Section
fn default() -> IMAGE_AUX_SYMBOL_EX_Section
Returns the “default value” for a type. Read more