Struct vips_sys::_GThreadPool[][src]

#[repr(C)]
pub struct _GThreadPool { pub func: GFunc, pub user_data: gpointer, pub exclusive: gboolean, }

Fields

Trait Implementations

impl Debug for _GThreadPool
[src]

Formats the value using the given formatter. Read more

impl Copy for _GThreadPool
[src]

impl Clone for _GThreadPool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GThreadPool

impl !Sync for _GThreadPool