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