[][src]Trait polling::Source

pub trait Source {
    fn raw(&self) -> RawFd;
}

A RawFd or a reference to a type implementing AsRawFd.

Required methods

fn raw(&self) -> RawFd

Returns the RawFd for this I/O object.

Loading content...

Implementations on Foreign Types

impl Source for RawFd[src]

impl<T: AsRawFd, '_> Source for &'_ T[src]

Loading content...

Implementors

Loading content...