[−][src]Struct libuv_sys2::uv_loop_s
Fields
data: *mut c_voidactive_handles: c_uinthandle_queue: [*mut c_void; 2]active_reqs: uv_loop_s__bindgen_ty_1stop_flag: c_uintflags: 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_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for uv_loop_s
impl !Send for uv_loop_s
impl !Sync for uv_loop_s
impl Unpin for uv_loop_s
impl UnwindSafe for uv_loop_s
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,