Union julia_sys::uv_stdio_container_s__bindgen_ty_1 [] [src]

#[repr(C)]
pub union uv_stdio_container_s__bindgen_ty_1 { pub stream: *mut uv_stream_t, pub fd: uv_file, pub os_handle: uv_os_fd_t, // some fields omitted }

Fields

stream: *mut uv_stream_t fd: uv_file os_handle: uv_os_fd_t

Trait Implementations

impl Copy for uv_stdio_container_s__bindgen_ty_1
[src]

impl Clone for uv_stdio_container_s__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more