pub struct UnwindInfo { /* private fields */ }
Available on crate feature
unwind
only.Expand description
Represents Windows Arm64 unwind information.
For information about Windows Arm64 unwind info, see: https://learn.microsoft.com/en-us/cpp/build/arm64-exception-handling
Implementations§
Source§impl UnwindInfo
impl UnwindInfo
Trait Implementations§
Source§impl Clone for UnwindInfo
impl Clone for UnwindInfo
Source§fn clone(&self) -> UnwindInfo
fn clone(&self) -> UnwindInfo
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 Debug for UnwindInfo
impl Debug for UnwindInfo
Source§impl PartialEq for UnwindInfo
impl PartialEq for UnwindInfo
impl Eq for UnwindInfo
impl StructuralPartialEq for UnwindInfo
Auto Trait Implementations§
impl Freeze for UnwindInfo
impl RefUnwindSafe for UnwindInfo
impl Send for UnwindInfo
impl Sync for UnwindInfo
impl Unpin for UnwindInfo
impl UnwindSafe for UnwindInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.