Struct julia_sys::uv_connect_s [] [src]

#[repr(C)]
pub struct uv_connect_s { pub data: *mut c_void, pub type_: uv_req_type, pub active_queue: [*mut c_void; 2], pub reserved: [*mut c_void; 4], pub cb: uv_connect_cb, pub handle: *mut uv_stream_t, pub queue: [*mut c_void; 2], }

Fields

Trait Implementations

impl Debug for uv_connect_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_connect_s
[src]

impl Clone for uv_connect_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more