pub struct UnwindBuilderWin {
pub base: UnwindBuilder,
/* private fields */
}Fields§
§base: UnwindBuilderImplementations§
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn finish_function(&mut self, begin_offset: u32, end_offset: u32)
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn finish_info(&mut self)
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn get_begin_offset(&self) -> usize
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn get_unwind_info_size(&self, _block_size: usize) -> usize
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn prologue_a_64( &mut self, _prologue_size: u32, _stack_size: u32, _regs: &[RegisterA64], )
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn prologue_x_64( &mut self, prologue_size: u32, stack_size: u32, setup_frame: bool, gpr: &[RegisterX64], simd: &[RegisterX64], )
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn set_begin_offset(&mut self, begin_offset: usize)
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn start_function(&mut self)
Source§impl UnwindBuilderWin
impl UnwindBuilderWin
pub fn start_info(&mut self, arch: Arch)
Trait Implementations§
Source§impl Clone for UnwindBuilderWin
impl Clone for UnwindBuilderWin
Source§fn clone(&self) -> UnwindBuilderWin
fn clone(&self) -> UnwindBuilderWin
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 moreSource§impl Debug for UnwindBuilderWin
impl Debug for UnwindBuilderWin
Auto Trait Implementations§
impl !Send for UnwindBuilderWin
impl !Sync for UnwindBuilderWin
impl Freeze for UnwindBuilderWin
impl RefUnwindSafe for UnwindBuilderWin
impl Unpin for UnwindBuilderWin
impl UnsafeUnpin for UnwindBuilderWin
impl UnwindSafe for UnwindBuilderWin
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