Struct object::pe::ImageAuxSymbolTokenDef
source · #[repr(C)]pub struct ImageAuxSymbolTokenDef {
pub aux_type: u8,
pub reserved1: u8,
pub symbol_table_index: U32Bytes<LE>,
pub reserved2: [u8; 12],
}
Fields§
§aux_type: u8
IMAGE_AUX_SYMBOL_TYPE
reserved1: u8
Must be 0
symbol_table_index: U32Bytes<LE>
§reserved2: [u8; 12]
Must be 0
Trait Implementations§
source§impl Clone for ImageAuxSymbolTokenDef
impl Clone for ImageAuxSymbolTokenDef
source§fn clone(&self) -> ImageAuxSymbolTokenDef
fn clone(&self) -> ImageAuxSymbolTokenDef
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 more