Struct winapi::um::winnt::IMAGE_AUX_SYMBOL_TOKEN_DEF
source · #[repr(C)]pub struct IMAGE_AUX_SYMBOL_TOKEN_DEF {
pub bAuxType: BYTE,
pub bReserved: BYTE,
pub SymbolTableIndex: DWORD,
pub rgbReserved: [BYTE; 12],
}
Fields§
§bAuxType: BYTE
§bReserved: BYTE
§SymbolTableIndex: DWORD
§rgbReserved: [BYTE; 12]
Trait Implementations§
source§impl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
impl Clone for IMAGE_AUX_SYMBOL_TOKEN_DEF
source§fn clone(&self) -> IMAGE_AUX_SYMBOL_TOKEN_DEF
fn clone(&self) -> IMAGE_AUX_SYMBOL_TOKEN_DEF
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_TOKEN_DEF
impl Default for IMAGE_AUX_SYMBOL_TOKEN_DEF
source§fn default() -> IMAGE_AUX_SYMBOL_TOKEN_DEF
fn default() -> IMAGE_AUX_SYMBOL_TOKEN_DEF
Returns the “default value” for a type. Read more