#[repr(C)]pub struct _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET {
pub TargetAddress: ULONG_PTR,
pub Flags: ULONG_PTR,
}
Fields§
§TargetAddress: ULONG_PTR
§Flags: ULONG_PTR
Trait Implementations§
Source§impl Clone for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl Clone for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
Source§fn clone(&self) -> _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
fn clone(&self) -> _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
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 _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl Ord for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
Source§fn cmp(&self, other: &_PROCESS_DYNAMIC_EH_CONTINUATION_TARGET) -> Ordering
fn cmp(&self, other: &_PROCESS_DYNAMIC_EH_CONTINUATION_TARGET) -> 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 _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl PartialEq for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
Source§fn eq(&self, other: &_PROCESS_DYNAMIC_EH_CONTINUATION_TARGET) -> bool
fn eq(&self, other: &_PROCESS_DYNAMIC_EH_CONTINUATION_TARGET) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl PartialOrd for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl Copy for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl Eq for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl StructuralPartialEq for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
Auto Trait Implementations§
impl Freeze for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl RefUnwindSafe for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl Send for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl Sync for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl Unpin for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
impl UnwindSafe for _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET
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