Struct vips_sys::_GThread[][src]

#[repr(C)]
pub struct _GThread { pub func: GThreadFunc, pub data: gpointer, pub joinable: gboolean, pub priority: GThreadPriority, }

Fields

Trait Implementations

impl Debug for _GThread
[src]

Formats the value using the given formatter. Read more

impl Copy for _GThread
[src]

impl Clone for _GThread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GThread

impl !Sync for _GThread