Type Alias libuv_sys2::uv_fs_poll_cb

source ·
pub type uv_fs_poll_cb = Option<unsafe extern "C" fn(handle: *mut uv_fs_poll_t, status: c_int, prev: *const uv_stat_t, curr: *const uv_stat_t)>;

Aliased Type§

enum uv_fs_poll_cb {
    None,
    Some(unsafe extern "C" fn(_: *mut uv_fs_poll_s, _: i32, _: *const uv_stat_t, _: *const uv_stat_t)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut uv_fs_poll_s, _: i32, _: *const uv_stat_t, _: *const uv_stat_t))

Some value of type T.