Struct frida_sys::__pthread_unwind_buf_t
source · #[repr(C)]pub struct __pthread_unwind_buf_t {
pub __cancel_jmp_buf: [__pthread_unwind_buf_t__bindgen_ty_1; 1],
pub __pad: [*mut c_void; 4],
}Fields§
§__cancel_jmp_buf: [__pthread_unwind_buf_t__bindgen_ty_1; 1]§__pad: [*mut c_void; 4]Trait Implementations§
source§impl Clone for __pthread_unwind_buf_t
impl Clone for __pthread_unwind_buf_t
source§fn clone(&self) -> __pthread_unwind_buf_t
fn clone(&self) -> __pthread_unwind_buf_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 more