Struct winapi::um::winnt::IMAGE_AUX_SYMBOL_Section
source · #[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: SHORTTrait Implementations§
source§impl Clone for IMAGE_AUX_SYMBOL_Section
impl Clone for IMAGE_AUX_SYMBOL_Section
source§fn clone(&self) -> IMAGE_AUX_SYMBOL_Section
fn clone(&self) -> IMAGE_AUX_SYMBOL_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_Section
impl Default for IMAGE_AUX_SYMBOL_Section
source§fn default() -> IMAGE_AUX_SYMBOL_Section
fn default() -> IMAGE_AUX_SYMBOL_Section
Returns the “default value” for a type. Read more