Struct frida_sys::_GThreadPool
source · #[repr(C)]pub struct _GThreadPool {
pub func: GFunc,
pub user_data: gpointer,
pub exclusive: gboolean,
}Fields§
§func: GFunc§user_data: gpointer§exclusive: gbooleanTrait Implementations§
source§impl Clone for _GThreadPool
impl Clone for _GThreadPool
source§fn clone(&self) -> _GThreadPool
fn clone(&self) -> _GThreadPool
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