Union julia_sys::uv_tcp_s__bindgen_ty_1 [] [src]

#[repr(C)]
pub union uv_tcp_s__bindgen_ty_1 { pub fd: c_int, pub reserved: [*mut c_void; 4], // some fields omitted }

Fields

fd: c_int reserved: [*mut c_void; 4]

Trait Implementations

impl Copy for uv_tcp_s__bindgen_ty_1
[src]

impl Clone for uv_tcp_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