Struct object::pe::ImageAuxSymbolWeak [−][src]
#[repr(C)]pub struct ImageAuxSymbolWeak {
pub weak_default_sym_index: U32Bytes<LE>,
pub weak_search_type: U32Bytes<LE>,
}
Expand description
Auxiliary symbol format 3: weak externals.
Used for both ImageSymbol
and ImageSymbolEx
(both with padding).
Fields
weak_default_sym_index: U32Bytes<LE>
the weak extern default symbol index
weak_search_type: U32Bytes<LE>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageAuxSymbolWeak
impl Send for ImageAuxSymbolWeak
impl Sync for ImageAuxSymbolWeak
impl Unpin for ImageAuxSymbolWeak
impl UnwindSafe for ImageAuxSymbolWeak
Blanket Implementations
Mutably borrows from an owned value. Read more