Struct winapi::winnt::IMAGE_FUNCTION_ENTRY [] [src]

pub struct IMAGE_FUNCTION_ENTRY {
    pub StartingAddress: DWORD,
    pub EndingAddress: DWORD,
    pub EndOfPrologue: DWORD,
}

Fields

StartingAddress
EndingAddress
EndOfPrologue

Trait Implementations

Derived Implementations

impl Debug for IMAGE_FUNCTION_ENTRY

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for IMAGE_FUNCTION_ENTRY

impl Clone for IMAGE_FUNCTION_ENTRY

fn clone(&self) -> IMAGE_FUNCTION_ENTRY

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