Struct winapi::um::winnt::IMAGE_FUNCTION_ENTRY [−][src]
#[repr(C)]pub struct IMAGE_FUNCTION_ENTRY {
pub StartingAddress: DWORD,
pub EndingAddress: DWORD,
pub EndOfPrologue: DWORD,
}Fields
StartingAddress: DWORDEndingAddress: DWORDEndOfPrologue: DWORDTrait Implementations
Returns the “default value” for a type. Read more