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