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