Struct panda_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