#[repr(C)]pub struct uv_process_s {
pub data: *mut c_void,
pub loop_: *mut uv_loop_t,
pub type_: uv_handle_type,
pub close_cb: uv_close_cb,
pub handle_queue: uv__queue,
pub u: uv_process_s__bindgen_ty_1,
pub next_closing: *mut uv_handle_t,
pub flags: c_uint,
pub exit_cb: uv_exit_cb,
pub pid: c_int,
pub queue: uv__queue,
pub status: c_int,
}
Fields§
§data: *mut c_void
§loop_: *mut uv_loop_t
§type_: uv_handle_type
§close_cb: uv_close_cb
§handle_queue: uv__queue
§u: uv_process_s__bindgen_ty_1
§next_closing: *mut uv_handle_t
§flags: c_uint
§exit_cb: uv_exit_cb
§pid: c_int
§queue: uv__queue
§status: c_int
Trait Implementations§
source§impl Clone for uv_process_s
impl Clone for uv_process_s
source§fn clone(&self) -> uv_process_s
fn clone(&self) -> uv_process_s
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for uv_process_s
Auto Trait Implementations§
impl Freeze for uv_process_s
impl RefUnwindSafe for uv_process_s
impl !Send for uv_process_s
impl !Sync for uv_process_s
impl Unpin for uv_process_s
impl UnwindSafe for uv_process_s
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
)