Struct libuv_sys::uv_stdio_container_t [] [src]

#[repr(C)]
pub struct uv_stdio_container_t { pub flags: uv_stdio_flags, pub stream: *mut uv_stream_t, }

Fields

Trait Implementations

impl Clone for uv_stdio_container_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_stdio_container_t
[src]