IMAGE_FUNCTION_ENTRY64

Type Alias IMAGE_FUNCTION_ENTRY64 

Source
pub type IMAGE_FUNCTION_ENTRY64 = _IMAGE_FUNCTION_ENTRY64;

Aliased Type§

#[repr(C, packed(4))]
pub struct IMAGE_FUNCTION_ENTRY64 { pub StartingAddress: u64, pub EndingAddress: u64, pub __bindgen_anon_1: _IMAGE_FUNCTION_ENTRY64__bindgen_ty_1, }

Fields§

§StartingAddress: u64§EndingAddress: u64§__bindgen_anon_1: _IMAGE_FUNCTION_ENTRY64__bindgen_ty_1