Struct libvips_rs::bindings::_GThread
source · #[repr(C)]pub struct _GThread {
pub func: GThreadFunc,
pub data: gpointer,
pub joinable: gboolean,
pub priority: GThreadPriority,
}
Fields§
§func: GThreadFunc
§data: gpointer
§joinable: gboolean
§priority: GThreadPriority
Trait Implementations§
source§impl PartialEq<_GThread> for _GThread
impl PartialEq<_GThread> for _GThread
impl Copy for _GThread
impl Eq for _GThread
impl StructuralEq for _GThread
impl StructuralPartialEq for _GThread
Auto Trait Implementations§
impl RefUnwindSafe for _GThread
impl !Send for _GThread
impl !Sync for _GThread
impl Unpin for _GThread
impl UnwindSafe for _GThread
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more