#[repr(C)]
pub union uv_any_handle {
Show 16 fields
pub async_: uv_async_t,
pub check: uv_check_t,
pub fs_event: uv_fs_event_t,
pub fs_poll: uv_fs_poll_t,
pub handle: uv_handle_t,
pub idle: uv_idle_t,
pub pipe: uv_pipe_t,
pub poll: uv_poll_t,
pub prepare: uv_prepare_t,
pub process: uv_process_t,
pub stream: uv_stream_t,
pub tcp: uv_tcp_t,
pub timer: uv_timer_t,
pub tty: uv_tty_t,
pub udp: uv_udp_t,
pub signal: uv_signal_t,
}
Fields§
§async_: uv_async_t
§check: uv_check_t
§fs_event: uv_fs_event_t
§fs_poll: uv_fs_poll_t
§handle: uv_handle_t
§idle: uv_idle_t
§pipe: uv_pipe_t
§poll: uv_poll_t
§prepare: uv_prepare_t
§process: uv_process_t
§stream: uv_stream_t
§tcp: uv_tcp_t
§timer: uv_timer_t
§tty: uv_tty_t
§udp: uv_udp_t
§signal: uv_signal_t
Trait Implementations§
source§impl Clone for uv_any_handle
impl Clone for uv_any_handle
source§fn clone(&self) -> uv_any_handle
fn clone(&self) -> uv_any_handle
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_any_handle
Auto Trait Implementations§
impl Freeze for uv_any_handle
impl RefUnwindSafe for uv_any_handle
impl !Send for uv_any_handle
impl !Sync for uv_any_handle
impl Unpin for uv_any_handle
impl UnwindSafe for uv_any_handle
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
)