Struct glib_sys::GThreadPool[][src]

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

Fields

Trait Implementations

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

impl Debug for GThreadPool
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GThreadPool

impl !Sync for GThreadPool