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

impl Copy for IMAGE_FUNCTION_ENTRY
[src]

impl Clone for IMAGE_FUNCTION_ENTRY
[src]

fn clone(&self) -> IMAGE_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

Derived Implementations

impl Debug for IMAGE_FUNCTION_ENTRY
[src]

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

Formats the value using the given formatter.