Struct julia_sys::uv_write_s [] [src]

#[repr(C)]
pub struct uv_write_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_write_cb, pub send_handle: *mut uv_stream_t, pub handle: *mut uv_stream_t, pub queue: [*mut c_void; 2], pub write_index: c_uint, pub bufs: *mut uv_buf_t, pub nbufs: c_uint, pub error: c_int, pub bufsml: [uv_buf_t; 4], }

Fields

Trait Implementations

impl Debug for uv_write_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_write_s
[src]

impl Clone for uv_write_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more