Struct object::pe::ImageAuxSymbolTokenDef [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for ImageAuxSymbolTokenDef
impl Send for ImageAuxSymbolTokenDef
impl Sync for ImageAuxSymbolTokenDef
impl Unpin for ImageAuxSymbolTokenDef
impl UnwindSafe for ImageAuxSymbolTokenDef
Blanket Implementations
Mutably borrows from an owned value. Read more