Struct rotor::mio::unix::EventedFd [] [src]

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

Trait Implementations

impl<'a> Debug for EventedFd<'a>

Formats the value using the given formatter.

impl<'a> Evented for EventedFd<'a>