Struct object::pe::ImageAuxSymbolWeak
source · #[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§
source§impl Clone for ImageAuxSymbolWeak
impl Clone for ImageAuxSymbolWeak
source§fn clone(&self) -> ImageAuxSymbolWeak
fn clone(&self) -> ImageAuxSymbolWeak
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