Struct winapi::um::winnt::IMAGE_DYNAMIC_RELOCATION32
source · #[repr(C)]#[repr(packed)]pub struct IMAGE_DYNAMIC_RELOCATION32 {
pub Symbol: DWORD,
pub BaseRelocSize: DWORD,
}
Fields§
§Symbol: DWORD
§BaseRelocSize: DWORD
Trait Implementations§
source§impl Clone for IMAGE_DYNAMIC_RELOCATION32
impl Clone for IMAGE_DYNAMIC_RELOCATION32
source§fn clone(&self) -> IMAGE_DYNAMIC_RELOCATION32
fn clone(&self) -> IMAGE_DYNAMIC_RELOCATION32
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 moresource§impl Default for IMAGE_DYNAMIC_RELOCATION32
impl Default for IMAGE_DYNAMIC_RELOCATION32
source§fn default() -> IMAGE_DYNAMIC_RELOCATION32
fn default() -> IMAGE_DYNAMIC_RELOCATION32
Returns the “default value” for a type. Read more