Struct winapi::winnt::IMAGE_FUNCTION_ENTRY64 [] [src]

pub struct IMAGE_FUNCTION_ENTRY64 {
    pub StartingAddress: ULONGLONG,
    pub EndingAddress: ULONGLONG,
    pub EndOfPrologueOrUnwindInfoAddress: ULONGLONG,
}

Fields

StartingAddress
EndingAddress
EndOfPrologueOrUnwindInfoAddress

Trait Implementations

Derived Implementations

impl Debug for IMAGE_FUNCTION_ENTRY64

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

impl Copy for IMAGE_FUNCTION_ENTRY64

impl Clone for IMAGE_FUNCTION_ENTRY64

fn clone(&self) -> IMAGE_FUNCTION_ENTRY64

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