Struct julia_sys::uv__async [] [src]

#[repr(C)]
pub struct uv__async { pub cb: uv__async_cb, pub io_watcher: uv__io_t, pub wfd: c_int, }

Fields

Trait Implementations

impl Debug for uv__async
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv__async
[src]

impl Clone for uv__async
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more