Struct glib_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: gboolean
Trait 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