Struct object::pe::ImageDynamicRelocation32
source · #[repr(C)]pub struct ImageDynamicRelocation32 {
pub symbol: U32<LE>,
pub base_reloc_size: U32<LE>,
}
Fields§
§symbol: U32<LE>
§base_reloc_size: U32<LE>
Trait Implementations§
source§impl Clone for ImageDynamicRelocation32
impl Clone for ImageDynamicRelocation32
source§fn clone(&self) -> ImageDynamicRelocation32
fn clone(&self) -> ImageDynamicRelocation32
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