pub type IMAGE_DYNAMIC_RELOCATION = IMAGE_DYNAMIC_RELOCATION64;
Aliased Type§
struct IMAGE_DYNAMIC_RELOCATION {
pub Symbol: u64,
pub BaseRelocSize: u32,
}
Fields§
§Symbol: u64
§BaseRelocSize: u32
Trait Implementations
Source§impl Clone for IMAGE_DYNAMIC_RELOCATION64
impl Clone for IMAGE_DYNAMIC_RELOCATION64
Source§fn clone(&self) -> IMAGE_DYNAMIC_RELOCATION64
fn clone(&self) -> IMAGE_DYNAMIC_RELOCATION64
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