Struct libc::pollfd [] [src]

pub struct pollfd {
    pub fd: c_int,
    pub events: c_short,
    pub revents: c_short,
}
Unstable (libc)

: use libc from crates.io

Fields

fd
Unstable (libc)

: use libc from crates.io

events
Unstable (libc)

: use libc from crates.io

revents
Unstable (libc)

: use libc from crates.io