Expand description
A relocation in the .reloc
section of a PE file.
Fields
virtual_address: u32
The virtual address of the relocation.
typ: u16
One of the pe::IMAGE_REL_BASED_*
constants.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Relocation
impl Send for Relocation
impl Sync for Relocation
impl Unpin for Relocation
impl UnwindSafe for Relocation
Blanket Implementations
Mutably borrows from an owned value. Read more