#[repr(C)]pub struct _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY {
pub BeginAddress: DWORD,
pub EndAddress: DWORD,
pub ExceptionHandler: DWORD,
pub HandlerData: DWORD,
pub PrologEndAddress: DWORD,
}
Fields§
§BeginAddress: DWORD
§EndAddress: DWORD
§ExceptionHandler: DWORD
§HandlerData: DWORD
§PrologEndAddress: DWORD
Trait Implementations§
Source§impl Clone for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Clone for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
Source§fn clone(&self) -> _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
fn clone(&self) -> _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Ord for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
Source§fn cmp(&self, other: &_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY) -> Ordering
fn cmp(&self, other: &_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl PartialEq for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
Source§fn eq(&self, other: &_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY) -> bool
fn eq(&self, other: &_IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl PartialOrd for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Copy for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl Eq for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
impl StructuralPartialEq for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
Auto Trait Implementations§
impl Freeze for _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more