Struct UnwindInfo
pub struct UnwindInfo { /* private fields */ }
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§
§impl UnwindInfo
impl UnwindInfo
pub fn code_words(&self) -> u8
pub fn code_words(&self) -> u8
Calculate the number of words needed to encode the unwind codes.
Trait Implementations§
§impl Clone for UnwindInfo
impl Clone for UnwindInfo
§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 more§impl Debug for UnwindInfo
impl Debug for UnwindInfo
§impl<'de> Deserialize<'de> for UnwindInfo
impl<'de> Deserialize<'de> for UnwindInfo
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<UnwindInfo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<UnwindInfo, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for UnwindInfo
impl PartialEq for UnwindInfo
§impl Serialize for UnwindInfo
impl Serialize for UnwindInfo
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.