Struct glib_sys::GThreadPool [−][src]
#[repr(C)]pub struct GThreadPool { pub func: GFunc, pub user_data: gpointer, pub exclusive: gboolean, }
Fields
func: GFuncuser_data: gpointerexclusive: gbooleanTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GThreadPoolimpl !Send for GThreadPoolimpl !Sync for GThreadPoolimpl Unpin for GThreadPoolimpl UnwindSafe for GThreadPoolBlanket Implementations
Mutably borrows from an owned value. Read more