#[repr(C)]pub struct _GThread {
pub func: Option<unsafe extern "C" fn(*mut c_void) -> *mut c_void>,
pub data: *mut c_void,
pub joinable: i32,
pub priority: u32,
}Fields§
§func: Option<unsafe extern "C" fn(*mut c_void) -> *mut c_void>§data: *mut c_void§joinable: i32§priority: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GThread
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