Struct glib_sys::GThreadPool [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for GThreadPool
impl !Send for GThreadPool
impl !Sync for GThreadPool
impl Unpin for GThreadPool
impl UnwindSafe for GThreadPool
Blanket Implementations
Mutably borrows from an owned value. Read more