Struct julia_sys::uv__work [] [src]

#[repr(C)]
pub struct uv__work { pub work: Option<unsafe extern "C" fn(_: *mut uv__work)>, pub done: Option<unsafe extern "C" fn(_: *mut uv__work, _: c_int)>, pub loop_: *mut uv_loop_s, pub wq: [*mut c_void; 2], }

Fields

Trait Implementations

impl Debug for uv__work
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv__work
[src]

impl Clone for uv__work
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more