Struct panda_sys::_GThread [−][src]
#[repr(C)]pub struct _GThread { pub func: GThreadFunc, pub data: gpointer, pub joinable: gboolean, pub priority: GThreadPriority, }
Fields
func: GThreadFuncdata: gpointerjoinable: gbooleanpriority: GThreadPriorityTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GThreadimpl UnwindSafe for _GThreadBlanket Implementations
Mutably borrows from an owned value. Read more