#[repr(C)]pub struct uv__work {
pub work: Option<unsafe extern "C" fn(w: *mut uv__work)>,
pub done: Option<unsafe extern "C" fn(w: *mut uv__work, status: c_int)>,
pub loop_: *mut uv_loop_s,
pub wq: uv__queue,
}
Fields§
§work: Option<unsafe extern "C" fn(w: *mut uv__work)>
§done: Option<unsafe extern "C" fn(w: *mut uv__work, status: c_int)>
§loop_: *mut uv_loop_s
§wq: uv__queue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uv__work
impl RefUnwindSafe for uv__work
impl !Send for uv__work
impl !Sync for uv__work
impl Unpin for uv__work
impl UnwindSafe for uv__work
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)