pub type uv_random_t = uv_random_s;
Aliased Type§
struct uv_random_t {
pub data: *mut c_void,
pub type_: uv_req_type,
pub reserved: [*mut c_void; 6],
pub loop_: *mut uv_loop_s,
pub status: i32,
pub buf: *mut c_void,
pub buflen: usize,
pub cb: Option<unsafe extern "C" fn(_: *mut uv_random_s, _: i32, _: *mut c_void, _: usize)>,
pub work_req: uv__work,
}
Fields§
§data: *mut c_void
§type_: uv_req_type
§reserved: [*mut c_void; 6]
§loop_: *mut uv_loop_s
§status: i32
§buf: *mut c_void
§buflen: usize
§cb: Option<unsafe extern "C" fn(_: *mut uv_random_s, _: i32, _: *mut c_void, _: usize)>
§work_req: uv__work