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