Struct glib_sys::GThreadPool
source · [−]#[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
sourceimpl Clone for GThreadPool
impl Clone for GThreadPool
sourcefn clone(&self) -> GThreadPool
fn clone(&self) -> GThreadPool
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GThreadPool
impl Debug for GThreadPool
impl Copy for GThreadPool
Auto Trait Implementations
impl RefUnwindSafe for GThreadPool
impl !Send for GThreadPool
impl !Sync for GThreadPool
impl Unpin for GThreadPool
impl UnwindSafe for GThreadPool
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more