Struct julia_sys::uv_shutdown_s [] [src]

#[repr(C)]
pub struct uv_shutdown_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 handle: *mut uv_stream_t, pub cb: uv_shutdown_cb, }

Fields

Trait Implementations

impl Debug for uv_shutdown_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_shutdown_s
[src]

impl Clone for uv_shutdown_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more