#[repr(C)]pub struct unw_dyn_proc_info {
pub name_ptr: unw_word_t,
pub handler: unw_word_t,
pub flags: u32,
pub pad0: i32,
pub regions: *mut unw_dyn_region_info_t,
}Fields§
§name_ptr: unw_word_t§handler: unw_word_t§flags: u32§pad0: i32§regions: *mut unw_dyn_region_info_tTrait Implementations§
Source§impl Clone for unw_dyn_proc_info
impl Clone for unw_dyn_proc_info
Source§fn clone(&self) -> unw_dyn_proc_info
fn clone(&self) -> unw_dyn_proc_info
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 unw_dyn_proc_info
impl Debug for unw_dyn_proc_info
impl Copy for unw_dyn_proc_info
Auto Trait Implementations§
impl Freeze for unw_dyn_proc_info
impl RefUnwindSafe for unw_dyn_proc_info
impl !Send for unw_dyn_proc_info
impl !Sync for unw_dyn_proc_info
impl Unpin for unw_dyn_proc_info
impl UnwindSafe for unw_dyn_proc_info
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