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