Struct nix::sys::ioctl::libc::pollfd [] [src]

pub struct pollfd {
    pub fd: i32,
    pub events: i16,
    pub revents: i16,
}

Fields

fd
events
revents

Trait Implementations

impl Clone for pollfd

fn clone(&self) -> pollfd

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for pollfd