Struct vips_sys::_GThread
[−]
[src]
#[repr(C)]pub struct _GThread { pub func: GThreadFunc, pub data: gpointer, pub joinable: gboolean, pub priority: GThreadPriority, }
Fields
func: GThreadFunc
data: gpointer
joinable: gboolean
priority: GThreadPriority
Trait Implementations
impl Debug for _GThread
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more