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]
impl Debug for _GThread
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GThread
[src]
impl Copy for _GThread
impl Clone for _GThread
[src]
impl Clone for _GThread