Struct win_sys::SystemServices::IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY [−][src]
#[repr(C, packed(4))]pub struct IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY {
pub BeginAddress: u64,
pub EndAddress: u64,
pub ExceptionHandler: u64,
pub HandlerData: u64,
pub PrologEndAddress: u64,
}Expand description
Required features: Win32_System_SystemServices
Fields
BeginAddress: u64EndAddress: u64ExceptionHandler: u64HandlerData: u64PrologEndAddress: u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
impl Sync for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
Blanket Implementations
Mutably borrows from an owned value. Read more