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

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

Fields

StartingAddress: ULONGLONG EndingAddress: ULONGLONG EndOfPrologueOrUnwindInfoAddress: ULONGLONG

Trait Implementations

impl Debug for IMAGE_FUNCTION_ENTRY64
[src]

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

Formats the value using the given formatter.

impl Copy for IMAGE_FUNCTION_ENTRY64
[src]

impl Clone for IMAGE_FUNCTION_ENTRY64
[src]

fn clone(&self) -> IMAGE_FUNCTION_ENTRY64

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