Struct soio::EventedFd [] [src]

pub struct EventedFd<'a>(pub &'a RawFd);

Trait Implementations

impl<'a> Debug for EventedFd<'a>
[src]

Formats the value using the given formatter.

impl<'a> Evented for EventedFd<'a>
[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