Struct glib_sys::GThreadPool [−][src]
#[repr(C)]pub struct GThreadPool { pub func: GFunc, pub user_data: gpointer, pub exclusive: gboolean, }
Fields
func: GFunc
user_data: gpointer
exclusive: gboolean
Trait Implementations
impl Copy for GThreadPool
[src]
impl Copy for GThreadPool
impl Clone for GThreadPool
[src]
impl Clone for GThreadPool
fn clone(&self) -> GThreadPool
[src]
fn clone(&self) -> GThreadPool
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GThreadPool
[src]
impl Debug for GThreadPool
Auto Trait Implementations
impl !Send for GThreadPool
impl !Send for GThreadPool
impl !Sync for GThreadPool
impl !Sync for GThreadPool