Struct winapi::um::winnt::IMAGE_RUNTIME_FUNCTION_ENTRY_u
source · #[repr(C)]pub struct IMAGE_RUNTIME_FUNCTION_ENTRY_u(_);
Implementations§
source§impl IMAGE_RUNTIME_FUNCTION_ENTRY_u
impl IMAGE_RUNTIME_FUNCTION_ENTRY_u
pub unsafe fn UnwindInfoAddress(&self) -> &DWORD
pub unsafe fn UnwindInfoAddress_mut(&mut self) -> &mut DWORD
pub unsafe fn UnwindData(&self) -> &DWORD
pub unsafe fn UnwindData_mut(&mut self) -> &mut DWORD
Trait Implementations§
source§impl Clone for IMAGE_RUNTIME_FUNCTION_ENTRY_u
impl Clone for IMAGE_RUNTIME_FUNCTION_ENTRY_u
source§fn clone(&self) -> IMAGE_RUNTIME_FUNCTION_ENTRY_u
fn clone(&self) -> IMAGE_RUNTIME_FUNCTION_ENTRY_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_RUNTIME_FUNCTION_ENTRY_u
impl Default for IMAGE_RUNTIME_FUNCTION_ENTRY_u
source§fn default() -> IMAGE_RUNTIME_FUNCTION_ENTRY_u
fn default() -> IMAGE_RUNTIME_FUNCTION_ENTRY_u
Returns the “default value” for a type. Read more