Struct rustuv::Request[src]
pub struct Request {
pub handle: *uv_req_t,
// some fields omitted
}Fields
handle |
pub struct Request {
pub handle: *uv_req_t,
// some fields omitted
}handle |
impl Requestfn new(ty: uv_req_type) -> Requestfn wrap(handle: *uv_req_t) -> Requestfn set_data<T>(&self, t: *T)unsafe fn get_data<T>(&self) -> &'static mut Tfn defuse(&mut self)impl Drop for Requestfn drop(&mut self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).