Struct jl_sys::bindings::uv_loop_s[][src]

#[repr(C)]
pub struct uv_loop_s {
Show 37 fields pub data: *mut c_void, pub active_handles: c_uint, pub handle_queue: [*mut c_void; 2], pub active_reqs: uv_loop_s__bindgen_ty_1, pub internal_fields: *mut c_void, pub stop_flag: c_uint, pub reserved: [*mut c_void; 4], pub flags: c_ulong, pub backend_fd: c_int, pub pending_queue: [*mut c_void; 2], pub watcher_queue: [*mut c_void; 2], pub watchers: *mut *mut uv__io_t, pub nwatchers: c_uint, pub nfds: c_uint, pub wq: [*mut c_void; 2], pub wq_mutex: uv_mutex_t, pub wq_async: uv_async_t, pub cloexec_lock: uv_rwlock_t, pub closing_handles: *mut uv_handle_t, pub process_handles: [*mut c_void; 2], pub prepare_handles: [*mut c_void; 2], pub check_handles: [*mut c_void; 2], pub idle_handles: [*mut c_void; 2], pub async_handles: [*mut c_void; 2], pub async_unused: Option<unsafe extern "C" fn()>, pub async_io_watcher: uv__io_t, pub async_wfd: c_int, pub timer_heap: uv_loop_s__bindgen_ty_2, pub timer_counter: u64, pub time: u64, pub signal_pipefd: [c_int; 2], pub signal_io_watcher: uv__io_t, pub child_watcher: uv_signal_t, pub emfile_fd: c_int, pub inotify_read_watcher: uv__io_t, pub inotify_watchers: *mut c_void, pub inotify_fd: c_int,
}

Fields

data: *mut c_voidactive_handles: c_uinthandle_queue: [*mut c_void; 2]active_reqs: uv_loop_s__bindgen_ty_1internal_fields: *mut c_voidstop_flag: c_uintreserved: [*mut c_void; 4]flags: c_ulongbackend_fd: c_intpending_queue: [*mut c_void; 2]watcher_queue: [*mut c_void; 2]watchers: *mut *mut uv__io_tnwatchers: c_uintnfds: c_uintwq: [*mut c_void; 2]wq_mutex: uv_mutex_twq_async: uv_async_tcloexec_lock: uv_rwlock_tclosing_handles: *mut uv_handle_tprocess_handles: [*mut c_void; 2]prepare_handles: [*mut c_void; 2]check_handles: [*mut c_void; 2]idle_handles: [*mut c_void; 2]async_handles: [*mut c_void; 2]async_unused: Option<unsafe extern "C" fn()>async_io_watcher: uv__io_tasync_wfd: c_inttimer_heap: uv_loop_s__bindgen_ty_2timer_counter: u64time: u64signal_pipefd: [c_int; 2]signal_io_watcher: uv__io_tchild_watcher: uv_signal_temfile_fd: c_intinotify_read_watcher: uv__io_tinotify_watchers: *mut c_voidinotify_fd: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.