Struct posix::poll::pollfd [-] [+] [src]

pub struct pollfd {
    pub fd: int_t,
    pub events: short_t,
    pub revents: short_t,
}

Fields

fd
events
revents

Methods

impl pollfd

fn new() -> pollfd

Trait Implementations

Derived Implementations

impl Copy for pollfd