#[repr(C)]pub struct unw_dyn_op {
pub tag: i8,
pub qp: i8,
pub reg: i16,
pub when: i32,
pub val: unw_word_t,
}Fields§
§tag: i8§qp: i8§reg: i16§when: i32§val: unw_word_tTrait Implementations§
Source§impl Clone for unw_dyn_op
impl Clone for unw_dyn_op
Source§fn clone(&self) -> unw_dyn_op
fn clone(&self) -> unw_dyn_op
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_op
impl Debug for unw_dyn_op
impl Copy for unw_dyn_op
Auto Trait Implementations§
impl Freeze for unw_dyn_op
impl RefUnwindSafe for unw_dyn_op
impl Send for unw_dyn_op
impl Sync for unw_dyn_op
impl Unpin for unw_dyn_op
impl UnwindSafe for unw_dyn_op
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