#[repr(C)]pub struct unw_dyn_info_list {
pub version: u32,
pub generation: u32,
pub first: *mut unw_dyn_info_t,
}Fields§
§version: u32§generation: u32§first: *mut unw_dyn_info_tTrait Implementations§
Source§impl Clone for unw_dyn_info_list
impl Clone for unw_dyn_info_list
Source§fn clone(&self) -> unw_dyn_info_list
fn clone(&self) -> unw_dyn_info_list
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_info_list
impl Debug for unw_dyn_info_list
impl Copy for unw_dyn_info_list
Auto Trait Implementations§
impl Freeze for unw_dyn_info_list
impl RefUnwindSafe for unw_dyn_info_list
impl !Send for unw_dyn_info_list
impl !Sync for unw_dyn_info_list
impl Unpin for unw_dyn_info_list
impl UnwindSafe for unw_dyn_info_list
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