#[repr(C)]pub struct IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY {
pub BeginAddress: u32,
pub EndAddress: u32,
pub ExceptionHandler: u32,
pub HandlerData: u32,
pub PrologEndAddress: u32,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
BeginAddress: u32
EndAddress: u32
ExceptionHandler: u32
HandlerData: u32
PrologEndAddress: u32
Trait Implementations
impl Clone for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Clone for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Copy for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Send for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Sync for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Unpin for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl UnwindSafe for IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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