Struct julia_sys::uv_getaddrinfo_s [] [src]

#[repr(C)]
pub struct uv_getaddrinfo_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 loop_: *mut uv_loop_t, pub work_req: uv__work, pub cb: uv_getaddrinfo_cb, pub hints: *mut addrinfo, pub hostname: *mut c_char, pub service: *mut c_char, pub addrinfo: *mut addrinfo, pub retcode: c_int, }

Fields

Trait Implementations

impl Debug for uv_getaddrinfo_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_getaddrinfo_s
[src]

impl Clone for uv_getaddrinfo_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more