Enum libuv_sys::uv_req_type [] [src]

#[repr(C)]
pub enum uv_req_type { UV_UNKNOWN_REQ, UV_REQ, UV_CONNECT, UV_WRITE, UV_SHUTDOWN, UV_UDP_SEND, UV_FS, UV_WORK, UV_GETADDRINFO, UV_GETNAMEINFO, }

Variants

Trait Implementations

impl Debug for uv_req_type
[src]

Formats the value using the given formatter.

impl Clone for uv_req_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_req_type
[src]

impl PartialEq for uv_req_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_req_type
[src]