#[repr(C)]pub struct _PROCESS_DYNAMIC_EH_CONTINUATION_TARGET {
pub TargetAddress: ULONG_PTR,
pub Flags: ULONG_PTR,
}Fields§
§TargetAddress: ULONG_PTR§Flags: ULONG_PTRTrait 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 duplicate 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 moreimpl Copy 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