Struct frida_sys::_pthread_cleanup_buffer
source · #[repr(C)]pub struct _pthread_cleanup_buffer {
pub __routine: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
pub __arg: *mut c_void,
pub __canceltype: c_int,
pub __prev: *mut _pthread_cleanup_buffer,
}Fields§
§__routine: Option<unsafe extern "C" fn(arg1: *mut c_void)>§__arg: *mut c_void§__canceltype: c_int§__prev: *mut _pthread_cleanup_bufferTrait Implementations§
source§impl Clone for _pthread_cleanup_buffer
impl Clone for _pthread_cleanup_buffer
source§fn clone(&self) -> _pthread_cleanup_buffer
fn clone(&self) -> _pthread_cleanup_buffer
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