#[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: u64
EndAddress: u64
ExceptionHandler: u64
HandlerData: u64
PrologEndAddress: u64
Trait Implementations
impl Copy for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
impl Send for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
impl Sync for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
impl Unpin for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
impl UnwindSafe for IMAGE_ALPHA64_RUNTIME_FUNCTION_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more