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: ULONGLONGEndingAddress: ULONGLONGu: IMAGE_FUNCTION_ENTRY64_uTrait Implementations
Returns the “default value” for a type. Read more