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
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