Struct julia_sys::uv_work_s [] [src]

#[repr(C)]
pub struct uv_work_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_cb: uv_work_cb, pub after_work_cb: uv_after_work_cb, pub work_req: uv__work, }

Fields

Trait Implementations

impl Debug for uv_work_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_work_s
[src]

impl Clone for uv_work_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more