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