Struct julia_sys::uv_udp_s [] [src]

#[repr(C)]
pub struct uv_udp_s { pub data: *mut c_void, pub loop_: *mut uv_loop_t, pub type_: uv_handle_type, pub close_cb: uv_close_cb, pub handle_queue: [*mut c_void; 2], pub u: uv_udp_s__bindgen_ty_1, pub next_closing: *mut uv_handle_t, pub flags: c_uint, pub send_queue_size: usize, pub send_queue_count: usize, pub alloc_cb: uv_alloc_cb, pub recv_cb: uv_udp_recv_cb, pub io_watcher: uv__io_t, pub write_queue: [*mut c_void; 2], pub write_completed_queue: [*mut c_void; 2], }

Fields

Trait Implementations

impl Copy for uv_udp_s
[src]

impl Clone for uv_udp_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more