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