Struct object::pe::ImageBaseRelocation [−][src]
#[repr(C)]pub struct ImageBaseRelocation { pub virtual_address: U32Bytes<LE>, pub size_of_block: U32Bytes<LE>, }
Fields
virtual_address: U32Bytes<LE>
size_of_block: U32Bytes<LE>
Trait Implementations
impl Clone for ImageBaseRelocation
[src]
impl Clone for ImageBaseRelocation
[src]