Struct julia_sys::uv__io_s [] [src]

#[repr(C)]
pub struct uv__io_s { pub cb: uv__io_cb, pub pending_queue: [*mut c_void; 2], pub watcher_queue: [*mut c_void; 2], pub pevents: c_uint, pub events: c_uint, pub fd: c_int, }

Fields

Trait Implementations

impl Debug for uv__io_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv__io_s
[src]

impl Clone for uv__io_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more