Enum libuv_sys::uv_stdio_flags [] [src]

#[repr(C)]
pub enum uv_stdio_flags { UV_IGNORE, UV_CREATE_PIPE, UV_INHERIT_FD, UV_INHERIT_STREAM, UV_READABLE_PIPE, UV_WRITABLE_PIPE, }

Variants

Trait Implementations

impl Debug for uv_stdio_flags
[src]

Formats the value using the given formatter.

impl Clone for uv_stdio_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_stdio_flags
[src]

impl PartialEq for uv_stdio_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_stdio_flags
[src]