Enum libuv_sys::uv_udp_flags [] [src]

#[repr(C)]
pub enum uv_udp_flags { UV_UDP_IPV6ONLY, UV_UDP_PARTIAL, UV_UDP_REUSEADDR, }

Variants

Trait Implementations

impl Debug for uv_udp_flags
[src]

Formats the value using the given formatter.

impl Clone for uv_udp_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_udp_flags
[src]

impl PartialEq for uv_udp_flags
[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_udp_flags
[src]