#[repr(C)]pub struct unw_dyn_info {
pub next: *mut unw_dyn_info,
pub prev: *mut unw_dyn_info,
pub start_ip: unw_word_t,
pub end_ip: unw_word_t,
pub gp: unw_word_t,
pub format: i32,
pub pad: i32,
pub u: unw_dyn_info__bindgen_ty_1,
}Fields§
§next: *mut unw_dyn_info§prev: *mut unw_dyn_info§start_ip: unw_word_t§end_ip: unw_word_t§gp: unw_word_t§format: i32§pad: i32§u: unw_dyn_info__bindgen_ty_1Trait Implementations§
Source§impl Clone for unw_dyn_info
impl Clone for unw_dyn_info
Source§fn clone(&self) -> unw_dyn_info
fn clone(&self) -> unw_dyn_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 moreimpl Copy for unw_dyn_info
Auto Trait Implementations§
impl Freeze for unw_dyn_info
impl RefUnwindSafe for unw_dyn_info
impl !Send for unw_dyn_info
impl !Sync for unw_dyn_info
impl Unpin for unw_dyn_info
impl UnwindSafe for unw_dyn_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