Struct winapi::um::winnt::IMAGE_FUNCTION_ENTRY64 [−][src]
#[repr(C)]pub struct IMAGE_FUNCTION_ENTRY64 {
pub StartingAddress: ULONGLONG,
pub EndingAddress: ULONGLONG,
pub u: IMAGE_FUNCTION_ENTRY64_u,
}
Fields
StartingAddress: ULONGLONG
EndingAddress: ULONGLONG
u: IMAGE_FUNCTION_ENTRY64_u
Trait Implementations
Returns the “default value” for a type. Read more