Struct winapi::winnt::IMAGE_RUNTIME_FUNCTION_ENTRY
[−]
[src]
pub struct IMAGE_RUNTIME_FUNCTION_ENTRY {
pub BeginAddress: DWORD,
pub EndAddress: DWORD,
pub UnwindInfoAddress: DWORD,
}Fields
BeginAddress | |
EndAddress | |
UnwindInfoAddress |
Methods
impl IMAGE_RUNTIME_FUNCTION_ENTRY[src]
unsafe fn UnwindData(&self) -> &DWORD
unsafe fn UnwindData_mut(&mut self) -> &mut DWORD
Trait Implementations
impl Copy for IMAGE_RUNTIME_FUNCTION_ENTRY[src]
impl Clone for IMAGE_RUNTIME_FUNCTION_ENTRY[src]
fn clone(&self) -> IMAGE_RUNTIME_FUNCTION_ENTRY
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more