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: c_int
Unstable (
libc
): use libc
from crates.io
events: c_short
Unstable (
libc
): use libc
from crates.io
revents: c_short
Unstable (
libc
): use libc
from crates.io