winapi::um::winnt

Type Alias IMAGE_RUNTIME_FUNCTION_ENTRY

Source
pub type IMAGE_RUNTIME_FUNCTION_ENTRY = _IMAGE_RUNTIME_FUNCTION_ENTRY;

Aliased Type§

struct IMAGE_RUNTIME_FUNCTION_ENTRY {
    pub BeginAddress: u32,
    pub EndAddress: u32,
    pub u: IMAGE_RUNTIME_FUNCTION_ENTRY_u,
}

Fields§

§BeginAddress: u32§EndAddress: u32§u: IMAGE_RUNTIME_FUNCTION_ENTRY_u

Trait Implementations

Source§

impl Clone for _IMAGE_RUNTIME_FUNCTION_ENTRY

Source§

fn clone(&self) -> _IMAGE_RUNTIME_FUNCTION_ENTRY

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for _IMAGE_RUNTIME_FUNCTION_ENTRY