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