#[repr(C)]pub struct unw_save_loc {
pub type_: unw_save_loc_type_t,
pub u: unw_save_loc__bindgen_ty_1,
pub extra: unw_tdep_save_loc_t,
}Fields§
§type_: unw_save_loc_type_t§u: unw_save_loc__bindgen_ty_1§extra: unw_tdep_save_loc_tTrait Implementations§
Source§impl Clone for unw_save_loc
impl Clone for unw_save_loc
Source§fn clone(&self) -> unw_save_loc
fn clone(&self) -> unw_save_loc
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_save_loc
Auto Trait Implementations§
impl Freeze for unw_save_loc
impl RefUnwindSafe for unw_save_loc
impl Send for unw_save_loc
impl Sync for unw_save_loc
impl Unpin for unw_save_loc
impl UnwindSafe for unw_save_loc
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