Struct winapi::um::winnt::IMAGE_RELOCATION_u
source · #[repr(C)]pub struct IMAGE_RELOCATION_u(_);
Implementations§
source§impl IMAGE_RELOCATION_u
impl IMAGE_RELOCATION_u
pub unsafe fn VirtualAddress(&self) -> &DWORD
pub unsafe fn VirtualAddress_mut(&mut self) -> &mut DWORD
pub unsafe fn RelocCount(&self) -> &DWORD
pub unsafe fn RelocCount_mut(&mut self) -> &mut DWORD
Trait Implementations§
source§impl Clone for IMAGE_RELOCATION_u
impl Clone for IMAGE_RELOCATION_u
source§fn clone(&self) -> IMAGE_RELOCATION_u
fn clone(&self) -> IMAGE_RELOCATION_u
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_u
impl Default for IMAGE_RELOCATION_u
source§fn default() -> IMAGE_RELOCATION_u
fn default() -> IMAGE_RELOCATION_u
Returns the “default value” for a type. Read more