#[repr(C)]pub struct _UNWIND_HISTORY_TABLE_ENTRY {
pub ImageBase: ULONG_PTR,
pub FunctionEntry: PRUNTIME_FUNCTION,
}
Fields§
§ImageBase: ULONG_PTR
§FunctionEntry: PRUNTIME_FUNCTION
Trait Implementations§
Source§impl Clone for _UNWIND_HISTORY_TABLE_ENTRY
impl Clone for _UNWIND_HISTORY_TABLE_ENTRY
Source§fn clone(&self) -> _UNWIND_HISTORY_TABLE_ENTRY
fn clone(&self) -> _UNWIND_HISTORY_TABLE_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 Debug for _UNWIND_HISTORY_TABLE_ENTRY
impl Debug for _UNWIND_HISTORY_TABLE_ENTRY
Source§impl Ord for _UNWIND_HISTORY_TABLE_ENTRY
impl Ord for _UNWIND_HISTORY_TABLE_ENTRY
Source§fn cmp(&self, other: &_UNWIND_HISTORY_TABLE_ENTRY) -> Ordering
fn cmp(&self, other: &_UNWIND_HISTORY_TABLE_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 PartialOrd for _UNWIND_HISTORY_TABLE_ENTRY
impl PartialOrd for _UNWIND_HISTORY_TABLE_ENTRY
impl Copy for _UNWIND_HISTORY_TABLE_ENTRY
impl Eq for _UNWIND_HISTORY_TABLE_ENTRY
impl StructuralPartialEq for _UNWIND_HISTORY_TABLE_ENTRY
Auto Trait Implementations§
impl Freeze for _UNWIND_HISTORY_TABLE_ENTRY
impl RefUnwindSafe for _UNWIND_HISTORY_TABLE_ENTRY
impl !Send for _UNWIND_HISTORY_TABLE_ENTRY
impl !Sync for _UNWIND_HISTORY_TABLE_ENTRY
impl Unpin for _UNWIND_HISTORY_TABLE_ENTRY
impl UnwindSafe for _UNWIND_HISTORY_TABLE_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