Enum libuv_sys::uv_handle_type [] [src]

#[repr(C)]
pub enum uv_handle_type { UV_UNKNOWN_HANDLE, UV_ASYNC, UV_CHECK, UV_FS_EVENT, UV_FS_POLL, UV_HANDLE, UV_IDLE, UV_NAMED_PIPE, UV_POLL, UV_PREPARE, UV_PROCESS, UV_STREAM, UV_TCP, UV_TIMER, UV_TTY, UV_UDP, UV_SIGNAL, UV_FILE, UV_HANDLE_TYPE_MAX, }

Variants

Trait Implementations

impl Debug for uv_handle_type
[src]

Formats the value using the given formatter.

impl Clone for uv_handle_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_handle_type
[src]

impl PartialEq for uv_handle_type
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for uv_handle_type
[src]