Struct utp2::UtpStream [] [src]

pub struct UtpStream { /* fields omitted */ }

Manages the state for a single UTP connection

Methods

impl UtpStream
[src]

Trait Implementations

impl Drop for UtpStream
[src]

A method called when the value goes out of scope. Read more

impl Evented for UtpStream
[src]

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more