Struct unwind_sys::unw_proc_info_t
source · #[repr(C)]pub struct unw_proc_info_t {
pub start_ip: unw_word_t,
pub end_ip: unw_word_t,
pub lsda: unw_word_t,
pub handler: unw_word_t,
pub gp: unw_word_t,
pub flags: unw_word_t,
pub format: c_int,
pub unwind_info_size: c_int,
pub unwind_info: *mut c_void,
pub extra: unw_tdep_proc_info_t,
}
Fields§
§start_ip: unw_word_t
§end_ip: unw_word_t
§lsda: unw_word_t
§handler: unw_word_t
§gp: unw_word_t
§flags: unw_word_t
§format: c_int
§unwind_info_size: c_int
§unwind_info: *mut c_void
§extra: unw_tdep_proc_info_t
Trait Implementations§
source§impl Clone for unw_proc_info_t
impl Clone for unw_proc_info_t
source§fn clone(&self) -> unw_proc_info_t
fn clone(&self) -> unw_proc_info_t
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 moreimpl Copy for unw_proc_info_t
Auto Trait Implementations§
impl Freeze for unw_proc_info_t
impl RefUnwindSafe for unw_proc_info_t
impl !Send for unw_proc_info_t
impl !Sync for unw_proc_info_t
impl Unpin for unw_proc_info_t
impl UnwindSafe for unw_proc_info_t
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