winapi::um::winnt

Type Alias IMAGE_DYNAMIC_RELOCATION

Source
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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Copy for IMAGE_DYNAMIC_RELOCATION64