#[repr(C)]pub struct UnwindFunctionWin {
pub begin_offset: u32,
pub end_offset: u32,
pub unwind_info_offset: u32,
}Fields§
§begin_offset: u32§end_offset: u32§unwind_info_offset: u32Implementations§
Source§impl UnwindFunctionWin
impl UnwindFunctionWin
pub const beginOffset: u32 = 0
pub const endOffset: u32 = 0
pub const unwindInfoOffset: u32 = 0
Trait Implementations§
Source§impl Clone for UnwindFunctionWin
impl Clone for UnwindFunctionWin
Source§fn clone(&self) -> UnwindFunctionWin
fn clone(&self) -> UnwindFunctionWin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnwindFunctionWin
Source§impl Debug for UnwindFunctionWin
impl Debug for UnwindFunctionWin
Source§impl Default for UnwindFunctionWin
impl Default for UnwindFunctionWin
Source§fn default() -> UnwindFunctionWin
fn default() -> UnwindFunctionWin
Returns the “default value” for a type. Read more
impl Eq for UnwindFunctionWin
Source§impl Hash for UnwindFunctionWin
impl Hash for UnwindFunctionWin
Source§impl PartialEq for UnwindFunctionWin
impl PartialEq for UnwindFunctionWin
Source§fn eq(&self, other: &UnwindFunctionWin) -> bool
fn eq(&self, other: &UnwindFunctionWin) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnwindFunctionWin
Auto Trait Implementations§
impl Freeze for UnwindFunctionWin
impl RefUnwindSafe for UnwindFunctionWin
impl Send for UnwindFunctionWin
impl Sync for UnwindFunctionWin
impl Unpin for UnwindFunctionWin
impl UnsafeUnpin for UnwindFunctionWin
impl UnwindSafe for UnwindFunctionWin
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